C# Class Opc.Ua.Client.Controls.BrowseTreeCtrl.NodesSelectedEventArgs

Specifies the nodes that where selected in the control.
Inheritance: System.EventArgs
ファイルを表示 Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
NodesSelectedEventArgs ( IList nodes ) : System

Constructs a new object.

Method Details

NodesSelectedEventArgs() public method

Constructs a new object.
public NodesSelectedEventArgs ( IList nodes ) : System
nodes IList
return System