Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / CloseUp Event


In This Topic
    CloseUp Event (FpCombo)
    In This Topic
    Occurs when the control goes away (closes up).
    Syntax
    'Declaration
     
    
    Public Event CloseUp As EventHandler
    'Usage
     
    
    Dim instance As FpCombo
    Dim handler As EventHandler
     
    AddHandler instance.CloseUp, handler
    public event EventHandler CloseUp
    See Also