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


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