constructor(shape) Constructor
Initializes a new instance of the ASPxClientDiagramBeforeChangeShapeTextEventArgs class with specified settings.
Declaration
constructor(
shape: DiagramShape
)
Parameters
Name | Type | Description |
---|---|---|
shape | DiagramShape | The shape object. |
See Also