Class InputProviderIdentifierEventArgs
Contains data for input provider identifier events
public class InputProviderIdentifierEventArgs : EventArgs
- Inheritance
-
objectInputProviderIdentifierEventArgs
- Inherited Members
Constructors
InputProviderIdentifierEventArgs(string, InputDeviceType)
Creates a new instance of the InputProviderIdentifierEventArgs class
public InputProviderIdentifierEventArgs(string identifier, InputDeviceType deviceType)
Parameters
identifierstringA value that can be used to identify this device
deviceTypeInputDeviceTypeThe type of device this identifier belongs to
Properties
DeviceType
Gets the type of device this identifier belongs to
public InputDeviceType DeviceType { get; }
Property Value
Identifier
Gets a value that can be used to identify this device
public string Identifier { get; }