ASPxClientDiagramChangeConnectorPointsEventArgs Members
Contains information about the processed connector.Constructors
| Name | Description |
|---|---|
| constructor(connector, newPoints, oldPoints) | Initializes a new instance of the ASPxClientDiagramChangeConnectorPointsEventArgs class with specified settings. |
Properties
| Name | Description |
|---|---|
| connector | The processed connector. |
| newPoints | The array of new connector points. |
| oldPoints | The array of previous connection points. |
See Also