Class NodeClickedEventArgs
Provides data for the NodeClicked event.
Inheritance
System.Object
NodeClickedEventArgs
Namespace: Syncfusion.SfDiagram.Android
Assembly: Syncfusion.SfDiagram.Android.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 | item value. |
Properties
Item
Gets the item.
Declaration
public Node Item { get; }
Property Value
Type | Description |
---|---|
Node | The item. |