Spread Windows Forms 12.0 Product Documentation
CloseUp Event (FpCombo)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpCombo Class : CloseUp Event
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

Reference

FpCombo Class
FpCombo Members