📚 SAP Business One SDK Help

SBOPickerEventArg Object Members
See Also  Overview 

Public Properties

Public Property ActionSuccessIndicates whether the application handled the event successfully.

Only relevant when the BeforeAction property is false.

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 PickerTypeIndicates the type of picker that triggered the event.
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.

See Also