DiagramClientSideEvents Properties
Contains a list of the client-side events available for the ASPxDiagram control.Name | Description |
---|---|
BeginCallback | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client BeginCallback event. Inherited from CallbackClientSideEventsBase. |
BeginSynchronization | Specifies the name of the JavaScript function or the entire code which will handle the client BeginSynchronization event. |
CallbackError | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client CallbackError event. Inherited from CallbackClientSideEventsBase. |
CustomShapeCreateTemplate | Specifies the name of the JavaScript function or the entire code which will handle the client CustomShapeCreateTemplate event. |
CustomShapeCreateToolboxTemplate | Specifies the name of the JavaScript function or code which handles the client CustomShapeCreateToolboxTemplate event. |
DiagramChanged | Specifies the name of the JavaScript function or the entire code which will handle the client DiagramChanged event. |
EndCallback | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client EndCallback event. Inherited from CallbackClientSideEventsBase. |
EndSynchronization | Specifies the name of the JavaScript function or the entire code which will handle the client EndSynchronization event. |
Init | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s ASPxClientControlBase.Init client-side event. Inherited from ClientSideEvents. |
ItemClick | Specifies the name of the JavaScript function or the entire code which will handle the client ItemClick event. |
ItemDblClick | Specifies the name of the JavaScript function or the entire code which will handle the client ItemDblClick event. |
RequestEditOperation | Specifies the name of the JavaScript function or the entire code that handles the client RequestEditOperation event. |
SelectionChanged | Specifies the name of the JavaScript function or the entire code which will handle the client SelectionChanged event. |
See Also