PowerTools SPREAD for Windows Forms 8.0J
FormulaChanged イベント (FormulaTextBox)


数式が変更されたときに発生します。これはTextChangeとは異なります。テキストが手動で変更された場合、FormulaChangedイベントは発生しません。
構文
'Declaration
 
Public Event FormulaChanged As EventHandler
'使用法
 
Dim instance As FormulaTextBox
Dim handler As EventHandler
 
AddHandler instance.FormulaChanged, handler
public event EventHandler FormulaChanged
参照

FormulaTextBox クラス
FormulaTextBox メンバ

 

 


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