Xamarin.iOS Documentation | ComponentOne
C1.iOS.Viewer Assembly / C1.iOS.Viewer Namespace / MenuItemClickedEventArgs Class / ItemIndex Property


In This Topic
    ItemIndex Property
    In This Topic
    Gets the index of the item.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ItemIndex As Integer
    'Usage
     
    
    Dim instance As MenuItemClickedEventArgs
    Dim value As Integer
     
    value = instance.ItemIndex
    public int ItemIndex {get;}
    See Also