KeyboardInputProviderAcquireFocusEventArgs Constructor

Definitie

Initialiseert een nieuw exemplaar van de KeyboardInputProviderAcquireFocusEventArgs klasse.

public:
 KeyboardInputProviderAcquireFocusEventArgs(System::Windows::Input::KeyboardDevice ^ keyboard, int timestamp, bool focusAcquired);
public KeyboardInputProviderAcquireFocusEventArgs(System.Windows.Input.KeyboardDevice keyboard, int timestamp, bool focusAcquired);
new System.Windows.Input.KeyboardInputProviderAcquireFocusEventArgs : System.Windows.Input.KeyboardDevice * int * bool -> System.Windows.Input.KeyboardInputProviderAcquireFocusEventArgs
Public Sub New (keyboard As KeyboardDevice, timestamp As Integer, focusAcquired As Boolean)

Parameters

keyboard
KeyboardDevice

Het logische toetsenbordapparaat dat is gekoppeld aan deze gebeurtenis.

timestamp
Int32

Het tijdstip waarop de invoer is opgetreden.

focusAcquired
Boolean

true om aan te geven dat de interoperatiefocus is verkregen; anders, false.

Van toepassing op