EntryEventArgs

EntryEventArgs class

Event arguments for entry related events.

public class EntryEventArgs : EventArgs

Constructors

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

Properties

NameDescription
Entry { get; }Gets the archive entry the event is raised for.

See Also