onbeforesynchronizeddialogopen |
This event is fired before the synchronized dialog window attached to Table control opens.
Syntax
DesignTime |
This is a design-time property and can be set through the property sheet of the control. |
Event Information
To invoke |
Click on a row in the table. |
Default Action |
Initiates any actions associated with this event. |
Named Script |
onbeforesynchronizeddialogopen |
Event Object Properties
Property |
Description |
---|---|
data |
Object that denotes the data that is passed to the synchronized dialog. The data contains the model and instance details of the table through which the synchronized dialog is opened. |
returnValue |
Boolean that denotes whether the Synchronized Dialog window should open or not. To cancel the event, user can set the value of this property to false.
|
An event handler can access the event object and its properties through the eventObject available as a parameter on the handler.