Class DiagramClickedEventArgs
Provides data for the Clicked event.
Inheritance
System.Object
DiagramClickedEventArgs
Namespace: Syncfusion.SfDiagram.iOS
Assembly: Syncfusion.SfDiagram.iOS.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 | the Diagram. |
Properties
Item
Gets or sets the current diagram instance.
Declaration
public SfDiagram Item { get; set; }
Property Value
| Type | Description |
|---|---|
| SfDiagram | The item. |