ASPxClientDiagram.EndSynchronization Event
Fires after a diagram model’s data change is applied to the server (the server and client document models have been synchronized).
Declaration
EndSynchronization: ASPxClientEvent<ASPxClientEventHandler<ASPxClientDiagram>>
Event Data
The EndSynchronization 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