Skip to main content
All docs
V23.2

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