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