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


In This Topic
    SpinDown Event (GcDateTime)
    In This Topic
    Occurs when the spin action is down.
    Syntax
    'Declaration
     
    
    Public Event SpinDown As EventHandler
    'Usage
     
    
    Dim instance As GcDateTime
    Dim handler As EventHandler
     
    AddHandler instance.SpinDown, handler
    public event EventHandler SpinDown
    Remarks
    This event is raised when the down spin action occurs.
    See Also