📚 SAP Business One SDK Help

BeforeAction Property
See Also 

Description

Returns a boolean value specifying that the before event occurred.

Property type

Read-only property

Syntax

Visual Basic
Public Property BeforeAction() As Boolean

Remarks

Relevant for the following event types:

  • pbet_ProgressBarStopped, indicating that the application received a request to stop the progress bar.
  • pbet_ProgressBarCreated, indicating that the application received a request to create a progress bar.

See Also