ASPxClientDiagramItemClickEventArgs Members
Provides data for the ItemClick and ItemDblClick events.Constructors
Name | Description |
---|---|
constructor(item) | Initializes a new instance of the ASPxClientDiagramItemClickEventArgs class with specified settings. |
Properties
Name | Description |
---|---|
item | Gets an object that provides information about an item (DiagramShape or DiagramConnector) related to the event. |
See Also