Skip to main content
A newer version of this page is available.

MVCxClientDiagram Events

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