Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / FieldsEditorControl Class / SpinDown Event


In This Topic
    SpinDown Event (FieldsEditorControl)
    In This Topic
    Occurs when the spin action is down.
    Syntax
    'Declaration
     
    
    Public Event SpinDown As EventHandler
    'Usage
     
    
    Dim instance As FieldsEditorControl
    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