Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnComboSelChange Method
EditorNotifyEventArgs object that contains event arguments


In This Topic
OnComboSelChange Method
In This Topic
Raises the ComboSelChange event.
Syntax
'Declaration
 
Protected Overridable Sub OnComboSelChange( _
   ByVal e As EditorNotifyEventArgs _
) 
 
'Usage
 
Dim instance As FpSpread
Dim e As EditorNotifyEventArgs
 
instance.OnComboSelChange(e)

Parameters

e
EditorNotifyEventArgs object that contains event arguments
See Also