C# Class Opc.Ua.Client.Controls.TreeNodeActionEventArgs

The event argurments passed when an node event occurs.
Inheritance: System.EventArgs
Datei anzeigen Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
TreeNodeActionEventArgs ( TreeNodeAction action, object node, object parent ) : System

Initializes the object.

Method Details

TreeNodeActionEventArgs() public method

Initializes the object.
public TreeNodeActionEventArgs ( TreeNodeAction action, object node, object parent ) : System
action TreeNodeAction
node object
parent object
return System