C# Class Opc.Ua.Client.Controls.ReferenceTypeCtrl.ReferenceSelectedEventArgs

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

Public Methods

Method Description
ReferenceSelectedEventArgs ( NodeId selectedTypeId ) : System

Constructs a new object.

Method Details

ReferenceSelectedEventArgs() public method

Constructs a new object.
public ReferenceSelectedEventArgs ( NodeId selectedTypeId ) : System
selectedTypeId NodeId
return System