CancelEntryEventArgs

CancelEntryEventArgs class

Event arguments for cancelable entry related events.

public class CancelEntryEventArgs : EntryEventArgs

Constructors

NameDescription
CancelEntryEventArgs(ArchiveEntry)Initializes a new instance of the CancelEntryEventArgs class.

Properties

NameDescription
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