Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / OnCloseUp Method
EventArgs object that contains the event data


In This Topic
OnCloseUp Method
In This Topic
Raises the CloseUp event.
Syntax
'Declaration
 
Protected Overridable Sub OnCloseUp( _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As FpCombo
Dim e As EventArgs
 
instance.OnCloseUp(e)

Parameters

e
EventArgs object that contains the event data
See Also