Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SpinButton Class / SpinUp Event


In This Topic
    SpinUp Event (SpinButton)
    In This Topic
    Occurs when the up arrow button of the spin button is pressed.
    Syntax
    'Declaration
     
    
    Public Event SpinUp As EventHandler
    'Usage
     
    
    Dim instance As SpinButton
    Dim handler As EventHandler
     
    AddHandler instance.SpinUp, handler
    public event EventHandler SpinUp
    See Also