📚 SAP Business One SDK Help

SBOWebMessageEventArg Object Members
See Also  Overview 

Public Properties

Public Property ActionSuccessDeprecated 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 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 FormModeThe mode of the form when the event occurred.
Public Property FormTypeCountThe form number within the type.
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