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