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


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

Parameters

e
EventArgs object that contains the event data
See Also