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


In This Topic
    Leave Event (Field)
    In This Topic
    Occurs when the input focus leaves the field.
    Syntax
    'Declaration
     
    
    Public Event Leave As EventHandler
    'Usage
     
    
    Dim instance As Field
    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