Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumber Class / ValueChanged Event


In This Topic
ValueChanged Event (GcNumber)
In This Topic
Occurs when the Value property value changes.
Syntax
'Declaration
 
Public Event ValueChanged As EventHandler
 
'Usage
 
Dim instance As GcNumber
Dim handler As EventHandler
 
AddHandler instance.ValueChanged, handler
Remarks
This event is raised if the Value property is changed.
See Also