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