Class NodeEventArgs
Event argument class for events associated with symbol models loaded in a PaletteGroupBar object.
Inheritance
System.Object
NodeEventArgs
Namespace: Syncfusion.Windows.Forms.Diagram.Controls
Assembly: Syncfusion.Diagram.Windows.dll
Syntax
public class NodeEventArgs : EventArgs
Constructors
NodeEventArgs(Node)
Initializes a new instance of the NodeEventArgs class.
Declaration
public NodeEventArgs(Node node)
Parameters
| Type | Name | Description |
|---|---|---|
| Node | node | The node. |
Properties
Node
Gets the node that generated the event.
Declaration
public Node Node { get; }
Property Value
| Type |
|---|
| Node |