PowerTools InputMan for Windows Forms 8.0J
TextChanging イベント (DropDownEditor)

Text プロパティの値が変更される前に発生します。
構文
Public Event TextChanging As TextChangingEventHandler
public event TextChangingEventHandler TextChanging
イベント データ

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

プロパティ解説
Cancelテキスト変更動作をキャンセルするか、しないかを取得または設定します。  
Resultコントロールに設定されようとしているテキストを取得します。  
解説
このイベントは、Text プロパティが変更される前に発生します。
参照

DropDownEditor クラス
DropDownEditor メンバ

 

 


© 2004-2015 GrapeCity inc. All rights reserved.