リサイズはクリックかドラッグ

EditBaseOnTextInput メソッド

未処理の TextInput 添付イベントが、その経路上で、このクラスから派生した要素に到達したときに呼び出されます。このイベントに対するクラス処理を追加するには、このメソッドを実装します。

名前空間:  GrapeCity.Windows.InputMan.Primitives
アセンブリ:  GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文
protected override void OnTextInput(
	TextCompositionEventArgs e
)

パラメーター

e
型: System.Windows.InputTextCompositionEventArgs
イベントデータを含む TextCompositionEventArgs
関連項目