TextCompositionEventArgs(InputDevice, TextComposition) Oluşturucu
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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.