Skip to main content
All docs
V25.1
  • constructor(connector, index, text) Constructor

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

    Declaration

    constructor(
        connector: DiagramConnector,
        index: number,
        text: string
    )

    Parameters

    Name Type Description
    connector DiagramConnector

    The connector object.

    index number

    The index of the processed text in the connector’s texts collection.

    text string

    The new connector text.

    See Also