Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DragDropBlockEventArgs Class / Cancel Property


In This Topic
    Cancel Property (DragDropBlockEventArgs)
    In This Topic
    Gets or sets whether the copying or moving of data is cancelled.
    Syntax
    'Declaration
     
    
    Public Property Cancel As Boolean
    'Usage
     
    
    Dim instance As DragDropBlockEventArgs
    Dim value As Boolean
     
    instance.Cancel = value
     
    value = instance.Cancel
    public bool Cancel {get; set;}
    See Also