Occurs when the user clicks a button inside a DataWindow object. This event occurs before the ButtonClicked event.
Argument | Description |
---|---|
sender | String. Identifier for the button the user clicked. |
row | Number. The number of the current row when the user clicked the button. |
objectName | String. The name of the control within the DataWindow under the pointer when the user clicked. |
This event is fired only if you have not selected Suppress Event Processing for the button.
The Clicked event is fired before the ButtonClicking event.