FlexReport for WPF
TextInput イベント (NotificationBar)


C1.WPF.FlexViewer.4.6.2 アセンブリ > C1.WPF.FlexViewer 名前空間 > NotificationBar クラス : TextInput イベント
シンタックス
'宣言
 
Public Event TextInput As System.Windows.Input.TextCompositionEventHandler
'使用法
 
Dim instance As NotificationBar
Dim handler As System.Windows.Input.TextCompositionEventHandler
 
AddHandler instance.TextInput, handler
public event System.Windows.Input.TextCompositionEventHandler TextInput
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Input.TextCompositionEventArgs 型の引数を受け取りました。次の TextCompositionEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
System.Windows.Input.TextComposition イベントに関連付けられたコントロール テキストを取得します。  
System.Windows.Input.InputEventArgsから継承されます。
System.Windows.RoutedEventArgsから継承されます。
System.Windows.RoutedEventArgsから継承されます。
System.Windows.RoutedEventArgsから継承されます。
System.Windows.RoutedEventArgsから継承されます。
System.Windows.Input.TextComposition イベントに関連付けられたシステム テキストを取得します。  
System.Windows.Input.TextComposition イベントに関連付けられた入力テキストを取得します。  
System.Windows.Input.TextComposition イベントに関連付けられた System.Windows.Input.TextComposition を取得します。  
System.Windows.Input.InputEventArgsから継承されます。
参照