GrapeCity SPREAD for Windows Forms 11.0J
TextChanged イベント


ドロップダウンエディタのテキストが変更されたときに発生します。
構文
'Declaration
 
Public Event TextChanged As EventHandler
'使用法
 
Dim instance As DropDownEditor
Dim handler As EventHandler
 
AddHandler instance.TextChanged, handler
public event EventHandler TextChanged
解説
このイベントは、Text プロパティが変更された場合に発生します。
参照

DropDownEditor クラス
DropDownEditor メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.