Class DiagramClickedEventArgs
Provides data for the Clicked event.
Inheritance
System.Object
DiagramClickedEventArgs
Namespace: Syncfusion.SfDiagram.Android
Assembly: Syncfusion.SfDiagram.Android.dll
Syntax
public class DiagramClickedEventArgs : Object
Constructors
DiagramClickedEventArgs(SfDiagram)
Initializes a new instance of the DiagramClickedEventArgs class.
Declaration
public DiagramClickedEventArgs(SfDiagram diagram)
Parameters
| Type | Name | Description |
|---|---|---|
| SfDiagram | diagram | Diagram value. |
Properties
Item
Gets the item.
Declaration
public SfDiagram Item { get; }
Property Value
| Type | Description |
|---|---|
| SfDiagram | The item. |