constructor(newShape, oldShape, connector, connectionPointIndex, connectorPosition) Constructor
Initializes a new instance of the ASPxClientDiagramChangeConnectionEventArgs class with specified settings.
Declaration
constructor(
newShape: DiagramShape,
oldShape: DiagramShape,
connector: DiagramConnector,
connectionPointIndex: number,
connectorPosition: string
)
Parameters
| Name | Type | Description |
|---|---|---|
| newShape | DiagramShape | The new connected shape. |
| oldShape | DiagramShape | The previous connected shape. |
| connector | DiagramConnector | The processed connector. |
| connectionPointIndex | number | The index of the processed point in the shape’s connection point collection. |
| connectorPosition | string | The position of the connector in the processed point. |
See Also