Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1DragCompletedEventArgs Class / Cancelled Property


In This Topic
    Cancelled Property
    In This Topic
    Gets a value indicating whether the drag gesture was cancelled.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Cancelled As Boolean
    'Usage
     
    
    Dim instance As C1DragCompletedEventArgs
    Dim value As Boolean
     
    value = instance.Cancelled
    public bool Cancelled {get;}
    See Also