Skip to main content
A newer version of this page is available. .
All docs
V20.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