Class NodeClickedEventArgs
Provides data for the NodeClicked event.
Inheritance
System.Object
NodeClickedEventArgs
Namespace: Syncfusion.SfDiagram.iOS
Assembly: Syncfusion.SfDiagram.iOS.dll
Syntax
public class NodeClickedEventArgs : Object
Constructors
NodeClickedEventArgs(Node)
Initializes a new instance of the NodeClickedEventArgs class.
Declaration
public NodeClickedEventArgs(Node item)
Parameters
| Type | Name | Description |
|---|---|---|
| Node | item | The node instance which is clicked. |
Properties
Item
Gets returns the node instance which is clicked.
Declaration
public Node Item { get; }
Property Value
| Type | Description |
|---|---|
| Node | The item. |