PreButtonClicked and PostButtonClicked event properties
- Last UpdatedNov 26, 2024
- 1 minute read
The PreButtonClicked and PostButtonClicked events contain the following common properties:
-
Cancel
The Cancel property is only available on the PreButtonClicked event that cancels the execution of the button code.
-
ButtonDesc
-
ButtonID
-
UserData

For information on the ButtonID property, see Buttons. The ButtonDesc and UserData properties are configured by an operator.
The PostButtonClicked event is similar to the PreButtonClicked event. However, it is triggered after the button command is completed and is used to perform the post condition transactions, such as updating attributes or logging information to an external system.