Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTime Class / ValueChanged Event


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