TextCompositionEventArgs(InputDevice, TextComposition) Konstruktor

Definicja

Inicjuje TextCompositionEventArgs nowe wystąpienie klasy, biorąc określone InputDevice wartości i TextComposition jako początkowe dla klasy.

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)

Parametry

inputDevice
InputDevice

Urządzenie wejściowe skojarzone z tym zdarzeniem.

composition
TextComposition

Obiekt TextComposition skojarzony z tym zdarzeniem.

Wyjątki

Podniesione, gdy kompozycja ma wartość null.

Dotyczy