Back to Devexpress

ASPxClientDiagram Events

aspnet-js-aspxclientdiagram-dot-underscore-events.md

latest2.4 KB
Original Source

ASPxClientDiagram Events

A client-side equivalent of the ASPxDiagram control.

NameDescription
BeginCallbackOccurs when a callback for server-side processing is initiated.
BeginSynchronizationFires 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.
CallbackErrorFires on the client if any unhandled server error occurs during server-side processing of a callback sent by the ASPxClientDiagram.
CustomShapeCreateTemplateAllows you to create a template for custom shapes.
CustomShapeCreateToolboxTemplateAllows you to create a template for custom shapes in the toolbox.
DiagramChangedFires when the diagram’s data is changed.
EndCallbackOccurs on the client side after a callback’s server-side processing has been completed.
EndSynchronizationFires after a diagram model’s data change is applied to the server (the server and client document models have been synchronized).
InitOccurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase.
ItemClickFires after a shape or connector is clicked.
ItemDblClickFires after a shape or connector is double-clicked.
RequestEditOperationAllows you to prohibit an edit operation at run time.
SelectionChangedFires after the selection changes in the Diagram.

See Also

ASPxClientDiagram Class

ASPxClientDiagram Members