constructor(container, item) Constructor
Initializes a new instance of the ASPxClientDiagramCustomShapeCreateTemplateEventArgs class with specified settings.
Declaration
constructor(
container: any,
item: DiagramShape
)
Parameters
Name | Type | Description |
---|---|---|
container | any | A container for the template. |
item | DiagramShape | The diagram shape object. |
See Also