In This Topic
Raises the ItemSubmited event.
Syntax
'Declaration
Protected Overridable Sub OnItemSubmited( _
ByVal As EventArgs _
)
'Usage
Dim instance As FpCombo
Dim e As EventArgs
instance.OnItemSubmited(e)
protected virtual void OnItemSubmited(
EventArgs
)
Parameters
- e
- EventArgs object that contains the event data
See Also