TextCompositionEventArgs(InputDevice, TextComposition) Oluşturucu

Tanım

Sınıfın TextCompositionEventArgs yeni bir örneğini başlatır ve sınıfı için belirtilen InputDevice ve TextComposition başlangıç değerleri olarak alı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şkilendirilmiş bir nesne.

Özel durumlar

Oluşturmanull olduğunda oluşturulur.

Şunlara uygulanır