pp108 : onbeforesynchronizeddialogopen

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.

  • true: Default. Synchronized Dialog window will open.
  • false: Synchronized Dialog window should not be opened.

An event handler can access the event object and its properties through the eventObject available as a parameter on the handler.

Applies to

Table