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

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

    Declaration

    constructor(
        connector: DiagramConnector,
        index: number
    )

    Parameters

    Name Type Description
    connector DiagramConnector

    The connector object.

    index number

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

    See Also