ASPxClientDiagram Events
A client-side equivalent of the ASPxDiagram control.
Name | Description |
---|---|
Begin |
Occurs when a callback for server-side processing is initiated. |
Begin |
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. |
Callback |
Fires on the client if any unhandled server error occurs during server-side processing of a callback sent by the ASPx |
Custom |
Allows you to create a template for custom shapes. |
Custom |
Allows you to create a template for custom shapes in the toolbox. |
Diagram |
Fires when the diagram’s data is changed. |
End |
Occurs on the client side after a callback’s server-side processing has been completed. |
End |
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 ASPx |
Item |
Fires after a shape or connector is clicked. |
Item |
Fires after a shape or connector is double-clicked. |
Request |
Allows you to prohibit an edit operation at run time. |
Selection |
Fires after the selection changes in the Diagram. |
See Also