Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / NumberField Class / Leave Event


In This Topic
    Leave Event (NumberField)
    In This Topic
    Occurs when the input focus leaves the field.
    Syntax
    'Declaration
     
    
    Public Event Leave As EventHandler
    'Usage
     
    
    Dim instance As NumberField
    Dim handler As EventHandler
     
    AddHandler instance.Leave, handler
    public event EventHandler Leave
    Remarks
    This event is raised when the input focus leaves the Field.
    See Also