LosingFocusEventArgs.InputDevice Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the input device type from which input events are received.
public:
property FocusInputDeviceKind InputDevice { FocusInputDeviceKind get(); };
FocusInputDeviceKind InputDevice();
public FocusInputDeviceKind InputDevice { get; }
var focusInputDeviceKind = losingFocusEventArgs.inputDevice;
Public ReadOnly Property InputDevice As FocusInputDeviceKind
Property Value
The input device type.