TextCompositionEventArgs(InputDevice, TextComposition) コンストラクター

定義

指定したTextCompositionEventArgsを受け取り、クラスの初期値としてInputDeviceTextComposition クラスの新しいインスタンスを初期化します。

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)

パラメーター

inputDevice
InputDevice

このイベントに関連付けられている入力デバイス。

composition
TextComposition

このイベントに関連付けられている TextComposition オブジェクト。

例外

コンポジションが null の場合に発生します

適用対象