Occurs when a UI event (click) takes place on menu item in the SAP Business One application.
Occurs when a UI event (click) takes place on menu item in the SAP Business One application.
| Visual Basic |
|---|
Public Event MenuEvent( _ ByVal pVal As MenuEvent, _ ByRef BubbleEvent As Boolean _ ) |
Indicates how the application handles the event. Relevant only when MenuEvent.BeforeAction is true.
| Catching menu events (Visual Basic) | ||
|---|---|---|
| ||