Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / ComboBoxItemLoadingEventArgs Class / Item Property


In This Topic
    Item Property (ComboBoxItemLoadingEventArgs)
    In This Topic
    Gets the items that is being loaded.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Item As Object
    'Usage
     
    
    Dim instance As ComboBoxItemLoadingEventArgs
    Dim value As Object
     
    value = instance.Item
    public object Item {get;}
    See Also