'Declaration
Protected Overridable Sub OnItemLoading( _ ByVal e As ComboBoxItemLoadingEventArgs _ )
'Usage
Dim instance As C1ComboBox Dim e As ComboBoxItemLoadingEventArgs instance.OnItemLoading(e)
protected virtual void OnItemLoading( ComboBoxItemLoadingEventArgs e )
Parameters
- e
- The event args.