ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip Namespace / ZipProgressEventArgs Class / Cancel Property

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