PowerTools SPREAD for Windows Forms 10.0J
TextChanging イベント (DropDownEditor)


ドロップダウンエディットウィンドウにフォーカスがあるときにキーが離されると発生します。
構文
'Declaration
 
Public Event TextChanging As TextChangingEventHandler
'使用法
 
Dim instance As DropDownEditor
Dim handler As TextChangingEventHandler
 
AddHandler instance.TextChanging, handler
public event TextChangingEventHandler TextChanging
イベント データ

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

プロパティ説明
Cancel変更アクションがキャンセルされるかどうかを示す値を取得または設定します。  
Resultテキストが変更された後の結果を示す値を取得します。  
解説
このイベントは、Text プロパティが変更される前に発生します。
参照

DropDownEditor クラス
DropDownEditor メンバ

 

 


© 2004-2017, GrapeCity inc. All rights reserved.