Skip to main content

ASPxClientDiagram.BeginSynchronization Event

Fires after a diagram model’s data (mapped to a data source) is changed and the client-server synchronization starts to apply the change on the server.

Declaration

BeginSynchronization: ASPxClientEvent<ASPxClientEventHandler<ASPxClientDiagram>>

Event Data

The BeginSynchronization event's data class is ASPxClientEventArgs.

Remarks

After a diagram model’s data is changed, the control starts synchronization between the client and server. Handle the BeginSynchronization and EndSynchronization events to receive notifications about the synchronization status and, for instance, to disable some application functionality during the synchronization process.

Note

The events fire when the control synchronizes bound data with a data source. If the changed data is not bound, the events do not fire.

See Also