Share via


TextCompositionEventArgs(InputDevice, TextComposition) Oluşturucu

Tanım

Sınıfın TextCompositionEventArgs belirtilen ve TextComposition başlangıç değerlerini alarak sınıfının yeni bir InputDevice örneğini başlatır.

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)

Parametreler

inputDevice
InputDevice

Bu olayla ilişkili giriş cihazı.

composition
TextComposition

TextComposition Bu olayla ilişkili bir nesne.

Özel durumlar

Oluşturmanull olduğunda oluşturulur.

Şunlara uygulanır