Core Library for WPF | ComponentOne
C1.WPF.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
    public bool Cancelled {get;}
    See Also