Xamarin.Android | ComponentOne
C1.Android.Viewer Assembly / C1.Android.Viewer Namespace / MenuItemClickedEventArgs Class / Cancel Property


In This Topic
    Cancel Property (MenuItemClickedEventArgs)
    In This Topic
    Gets or sets whether to cancel the execution of menu item.
    Syntax
    'Declaration
     
    
    Public Property Cancel As Boolean
    'Usage
     
    
    Dim instance As MenuItemClickedEventArgs
    Dim value As Boolean
     
    instance.Cancel = value
     
    value = instance.Cancel
    public bool Cancel {get; set;}
    See Also