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