EntryEventArgs

EntryEventArgs constructor

Initializes a new instance of the EntryEventArgs class.

public EntryEventArgs(ArchiveEntry entry)
ParameterTypeDescription
entryArchiveEntryArchive entry the event is raised for.

See Also