ASPxDiagram.ClientSideEvents Property
Gets an object that lists the ASPxDiagram‘s client-side events.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
DiagramClientSideEvents | An object that allows you to assign handlers to the client-side events. |
Remarks
The ClientSideEvents property provides access to an object of the DiagramClientSideEvents type. The object contains properties whose names correspond to the ASPxDiagram‘s client-side events. Use these properties to assign JavaScript functions to the client-side events.
See Also