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

ASPxClientDiagram Events

A client-side equivalent of the ASPxDiagram control.
Name Description
BeginCallback Occurs when a callback for server-side processing is initiated.
CallbackError Fires on the client if any unhandled server error occurs during server-side processing of a callback sent by the ASPxClientDiagram.
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.
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.
SelectionChanged Fires after the selection changes in the Diagram.
See Also