InputManager::MostRecentInputDevice Property

 

Gets a value that represents the input device associated with the most recent input event.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property InputDevice^ MostRecentInputDevice {
	InputDevice^ get();
	internal: void set(InputDevice^ value);
}

Property Value

Type: System.Windows.Input::InputDevice^

The input device.

.NET Framework
Available since 3.0
Return to top
Show: