TextCompositionEventArgs(InputDevice, TextComposition) Konstruktor

Definicja

Inicjuje nowe wystąpienie TextCompositionEventArgs klasy, przyjmując określone InputDevice wartości i TextComposition jako początkowe wartości 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

TextComposition Obiekt skojarzony z tym zdarzeniem.

Wyjątki

Podniesione, gdy kompozycja ma wartość null.

Dotyczy