Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1ComboBox Class / OnItemLoading Method
The event args.


In This Topic
    OnItemLoading Method
    In This Topic
    Raises the ItemLoading event.
    Syntax
    '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.
    See Also