Skip to main content
All docs
V25.1
  • constructor(operation, allowed, reason, args) Constructor

    Initializes a new instance of the ASPxClientDiagramRequestEditOperationEventArgs class with specified settings.

    Declaration

    constructor(
        operation: DiagramEditOperation,
        allowed: boolean,
        reason: DiagramRequestEditOperationReason,
        args: any
    )

    Parameters

    Name Type Description
    operation DiagramEditOperation

    Identifies the operation currently being processed.

    allowed boolean

    Specifies whether the edit operation is allowed.

    reason DiagramRequestEditOperationReason

    Identifies the reason why the event is raised.

    args any

    Contains information about the processed shape or connector.

    See Also