Spread Windows Forms 12.0 Product Documentation
OnItemSubmited Method


FarPoint.Win Assembly > FarPoint.Win Namespace > FpCombo Class : OnItemSubmited Method
EventArgs object that contains the event data
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)
protected virtual void OnItemSubmited( 
   EventArgs e
)

Parameters

e
EventArgs object that contains the event data
See Also

Reference

FpCombo Class
FpCombo Members