📚 SAP Business One SDK Help

WebMessageEvent Object Members
See Also  Overview 

Public Properties

Public Property Action_SuccessDeprecated in UI API 2004.
The UI API will continue to support this property for backward compatibility in the next two releases. Use ItemEvent.ActionSuccess instead. 
Public Property ActionSuccessIndicates whether the application handled the event successfully.

Only relevant when the BeforeAction property is false.

Public Property Before_ActionDeprecated in UI API 2004.
The UI API will continue to support this property for backward compatibility in the next two releases. Use ItemEvent.BeforeAction instead.
Public Property BeforeActionIndicates whether the event handler method is being called before the application handles the event or after.
Public Property CharPressedThe character that was pressed to trigger this event.
Public Property ColUIDThe unique ID of the matrix or grid column on which the event occurred (default is -1).
Public Property EventTypeThe event type.
Public Property FormModeThe mode of the form when the event occurred.
Public Property FormTypeDeprecated in UI API 2004.
The UI API will continue supporting this property in the next two releases for backward compatibility. ItemEvent.FormTypeEx replaces this property.
Public Property FormTypeCountThe form number within the type.
Public Property FormTypeExThe type of the form that triggered the event.
Public Property FormUIDThe unique ID of the form in which the event occurred.
Public Property InnerEventIndicates whether the event is internal.
Public Property ItemChangedIndicates whether the value of the item that triggered an item event was changed as a result of the event.

For example, a combo box may trigger an event, but the combo box value may remain unchanged and, therefore, nothing needs to be done. Check this property to determine if the value was changed.

Public Property ItemUIDThe unique ID of the item on which the event occurred.
Public Property ModifiersIndicates whether modifier keys were pressed at the same time as a standard key.
Public Property PopUpIndicatorThe index of the selected item in a popup list, such as a combo box list.
Public Property RowThe number of the matrix or grid row in which the event occurred.

For matrix objects, the value is 1-based; for grid objects, the value is 0-based.

Public Property WebMessageThe Web message form the WebBrowser control.

See Also