📚 SAP Business One SDK Help

MenuEvent Object Members
See Also  Overview 

Public Properties

Public Property BeforeActionReturns a value specifying whether or not event handling occurs before or after SAP Business One processes the event.
Public Property InnerEventReturns a boolean specifying whether or not this event is internal.
Value Description
True

Event was initiated within another process or event of the application.

For example, when an end-user clicks an entry in the main menu on the left, the application initiates a menu event on the corresponding menu item. This menu event is marked InnerEvent=True because it was not triggered directly from the menu item, but internally from the main menu processing.

False Event was initiated as a direct consequence of an end-user action.
Public Property MenuUIDReturns the menu item ID number for which the event was issued.

See Also