| PickerClickedBefore Event | |
| See Also |
- sboObject
The SAP Business One object item
- pVal
The object that holds the event information
- BubbleEvent
Indicates how the application handles the event.
- True: The application handles the event after the current event handler is finished (default).
- False: The application does not handle the event, that is, the picker is not displayed.
The event occurs before the Picker form is displayed.
| Visual Basic |
|---|
Public Event PickerClickedBefore( _
   ByVal sboObject As Object, _
   ByVal pVal As SBOItemEventArg, _
   ByRef BubbleEvent As Boolean _
) |
- sboObject
The SAP Business One object item
- pVal
The object that holds the event information
- BubbleEvent
Indicates how the application handles the event.
- True: The application handles the event after the current event handler is finished (default).
- False: The application does not handle the event, that is, the picker is not displayed.