C# Class Acme.Sony9Pin.CommandBlocks.Return.DeviceTypeEventArgs

The device type event args.
Inheritance: EventArgs
ファイルを表示 Open project: lathoub/Sony9Pin.net

Public Properties

Property Type Description
DeviceName string

Public Methods

Method Description
DeviceTypeEventArgs ( string deviceName ) : System

Initializes a new instance of the DeviceTypeEventArgs class.

Method Details

DeviceTypeEventArgs() public method

Initializes a new instance of the DeviceTypeEventArgs class.
public DeviceTypeEventArgs ( string deviceName ) : System
deviceName string /// The device name. ///
return System

Property Details

DeviceName public_oe property

The device name.
public string DeviceName
return string