Skip to main content

constructor(container, item) Constructor

In This Article

Initializes a new instance of the ASPxClientDiagramCustomShapeCreateTemplateEventArgs class with specified settings.

#Declaration

TypeScript
constructor(
    container: any,
    item: DiagramShape
)

#Parameters

Name Type Description
container any

A container for the template.

item DiagramShape

The diagram shape object.

See Also