📚 SAP Business One SDK Help

InnerEvent Property
See Also 

Description

Returns 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.

Property type

Read-only property

Syntax

Visual Basic
Public Property InnerEvent() As Boolean

See Also