CancelEntryEventArgs

CancelEntryEventArgs class

Event arguments for cancelable entry related events.

The CancelEntryEventArgs type exposes the following members:

Constructors

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

Properties

NameDescription
entryGets the archive entry the event is raised for.
cancelGets or sets a value indicating whether the event should be canceled.

See Also