TextCompositionEventArgs(InputDevice, TextComposition) Konstruktor

Definition

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

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 die Kompositionnull ist.

Gilt für: