ASPxClientDiagramChangeConnectionEventArgs Members
Contains information about the processed connection.Constructors
| Name | Description |
|---|---|
| constructor(newShape, oldShape, connector, connectionPointIndex, connectorPosition) | Initializes a new instance of the ASPxClientDiagramChangeConnectionEventArgs class with specified settings. |
Properties
| Name | Description |
|---|---|
| connectionPointIndex | The index of the processed point in the shape’s connection point collection. |
| connector | The processed connector. |
| newShape | The new connected shape. |
| oldShape | The previous connected shape. |
| position | The position of the connector in the processed point. |
See Also