Skip to main content

ASPxClientDiagram Events

A client-side equivalent of the ASPxDiagram control.
Name Description
BeginCallback Occurs when a callback for server-side processing is initiated.
BeginSynchronization 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.
CallbackError Fires on the client if any unhandled server error occurs during server-side processing of a callback sent by the ASPxClientDiagram.
CustomShapeCreateTemplate Allows you to create a template for custom shapes.
CustomShapeCreateToolboxTemplate Allows you to create a template for custom shapes in the toolbox.
DiagramChanged Fires when the diagram’s data is changed.
EndCallback Occurs on the client side after a callback’s server-side processing has been completed.
EndSynchronization Fires after a diagram model’s data change is applied to the server (the server and client document models have been synchronized).
Init Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase.
ItemClick Fires after a shape or connector is clicked.
ItemDblClick Fires after a shape or connector is double-clicked.
RequestEditOperation Allows you to prohibit an edit operation at run time.
SelectionChanged Fires after the selection changes in the Diagram.
See Also