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

The event arguments passed when the SelectHostCtrlEventArgs raises events.
Inheritance: System.EventArgs
ファイルを表示 Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
SelectHostCtrlEventArgs ( string hostname ) : System

Initilizes the object with the current hostname.

Method Details

SelectHostCtrlEventArgs() public method

Initilizes the object with the current hostname.
public SelectHostCtrlEventArgs ( string hostname ) : System
hostname string
return System