Freigeben über


TextCompositionEventArgs(InputDevice, TextComposition) Konstruktor

Definition

Initialisiert eine neue Instanz der TextCompositionEventArgs-Klasse und verwendet ein angegebenes InputDevice und eine TextComposition als Anfangswerte für die Klasse.

public:
 TextCompositionEventArgs(System::Windows::Input::InputDevice ^ inputDevice, System::Windows::Input::TextComposition ^ composition);
public TextCompositionEventArgs (System.Windows.Input.InputDevice inputDevice, System.Windows.Input.TextComposition composition);
new System.Windows.Input.TextCompositionEventArgs : System.Windows.Input.InputDevice * System.Windows.Input.TextComposition -> System.Windows.Input.TextCompositionEventArgs
Public Sub New (inputDevice As InputDevice, composition As TextComposition)

Parameter

inputDevice
InputDevice

Das diesem Ereignis zugeordnete Eingabegerät.

composition
TextComposition

Ein diesem Ereignis zugeordnetes TextComposition-Objekt.

Ausnahmen

Wird ausgelöst, wenn composition den Wert NULL hat.

Gilt für: