Class CancelEntryEventArgs
CancelEntryEventArgs class
Event arguments for cancelable entry related events.
public class CancelEntryEventArgs : EntryEventArgs
Constructors
Name | Description |
---|---|
CancelEntryEventArgs(ArchiveEntry) | Initializes a new instance of the CancelEntryEventArgs class. |
Properties
Name | Description |
---|---|
Cancel { get; set; } | Gets or sets a value indicating whether the event should be canceled. |
Entry { get; } | Gets the archive entry the event is raised for. |
See Also
- class EntryEventArgs
- namespace Aspose.Zip
- assembly Aspose.Zip