Zip for WPF and Silverlight
C1.C1Zip Namespace / ZipProgressEventArgs Class / Cancel Property

In This Topic
    Cancel Property (ZipProgressEventArgs)
    In This Topic
    Set to true to cancel the current operation.
    Syntax
    'Declaration
     
    
    Public Property Cancel As Boolean
    public bool Cancel {get; set;}
    See Also