constructor(item) Constructor
Initializes a new instance of the ASPxClientDiagramItemClickEventArgs class with specified settings.
Declaration
constructor(
item: DiagramItem
)
Parameters
Name | Type | Description |
---|---|---|
item | DiagramItem | An item object related to the event. |
See Also