TextCompositionEventArgs クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
TextCompositionの変更に関連付けられている引数が含まれます。
public ref class TextCompositionEventArgs : System::Windows::Input::InputEventArgs
public class TextCompositionEventArgs : System.Windows.Input.InputEventArgs
type TextCompositionEventArgs = class
inherit InputEventArgs
Public Class TextCompositionEventArgs
Inherits InputEventArgs
- 継承
注釈
このデリゲートでサポートされる添付イベントには、 TextCompositionManager クラスによって提供され、 TextInput (PreviewTextInput)、 TextInputStart (PreviewTextInputStart)、 TextInputUpdate (PreviewTextInputUpdate) が含まれます。
コンストラクター
| 名前 | 説明 |
|---|---|
| TextCompositionEventArgs(InputDevice, TextComposition) |
指定したInputDeviceを受け取り、クラスの初期値としてTextComposition、TextCompositionEventArgs クラスの新しいインスタンスを初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| ControlText |
TextComposition イベントに関連付けられたコントロール テキストを取得します。 |
| Device |
このイベントを開始した入力デバイスを取得します。 (継承元 InputEventArgs) |
| Handled |
ルーティング イベントがルートを移動する際のイベント処理の現在の状態を示す値を取得または設定します。 (継承元 RoutedEventArgs) |
| OriginalSource |
親クラスによって可能な Source 調整の前に、純粋ヒット テストによって決定された元のレポート ソースを取得します。 (継承元 RoutedEventArgs) |
| RoutedEvent |
このRoutedEvent インスタンスに関連付けられているRoutedEventArgsを取得または設定します。 (継承元 RoutedEventArgs) |
| Source |
イベントを発生させたオブジェクトへの参照を取得または設定します。 (継承元 RoutedEventArgs) |
| SystemText |
TextComposition イベントに関連付けられているシステム テキストを取得します。 |
| Text |
TextComposition イベントに関連付けられている入力テキストを取得します。 |
| TextComposition |
TextComposition イベントに関連付けられているTextCompositionを取得します。 |
| Timestamp |
このイベントが発生した時刻を取得します。 (継承元 InputEventArgs) |
メソッド
| 名前 | 説明 |
|---|---|
| Equals(Object) |
指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
| GetHashCode() |
既定のハッシュ関数として機能します。 (継承元 Object) |
| GetType() |
現在のインスタンスの Type を取得します。 (継承元 Object) |
| InvokeEventHandler(Delegate, Object) |
イベント ハンドラーを型固有の方法で呼び出します。これによって、イベント システムの効率が向上する可能性があります。 |
| MemberwiseClone() |
現在の Objectの簡易コピーを作成します。 (継承元 Object) |
| OnSetSource(Object) |
派生クラスでオーバーライドされると、インスタンスの Source プロパティの値が変更されるたびに通知コールバック エントリ ポイントを提供します。 (継承元 RoutedEventArgs) |
| ToString() |
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |