Skip to main content
A newer version of this page is available. .
All docs
V20.2

ASPxClientDiagramChangeConnectorTextEventArgs Members

Contains information about the processed connector.

Constructors

Name Description
constructor(connector, index, text) Initializes a new instance of the ASPxClientDiagramChangeConnectorTextEventArgs class with specified settings.

Properties

Name Description
connector The processed connector.
index The index of the processed text in the connector’s texts collection.
text The new connector text.
See Also