Skip to main content
All docs
V25.1
  • ASPxDiagram.ClientSideEvents Property

    Gets an object that lists the ASPxDiagram‘s client-side events.

    Namespace: DevExpress.Web.ASPxDiagram

    Assembly: DevExpress.Web.ASPxDiagram.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public DiagramClientSideEvents ClientSideEvents { get; }

    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