📚 SAP Business One SDK Help

BeforeAction Property
See Also 

Description

Indicates whether the event handler method is being called before the application handles the event or after.

Property type

Read-only property

Syntax

Visual Basic
Public Property BeforeAction() As Boolean

Return Type

  • True: The application has not yet handled the event.
  • False: The application handled the event.

See Also