Class EntryEventArgs

Class EntryEventArgs

Namespace: Aspose.Zip.Iso
Assembly: Aspose.Zip.dll (25.2.0)

Event arguments for entry related events.

public class EntryEventArgs : EventArgs

Inheritance

objectEventArgsEntryEventArgs

Inherited Members

EventArgs.Empty, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

EntryEventArgs(IsoEntry)

Initializes a new instance of the Aspose.Zip.Iso.EntryEventArgs class.

public EntryEventArgs(IsoEntry entry)

Parameters

entry IsoEntry

Archive entry the event is raised for.

Properties

Entry

Gets the archive entry the event is raised for.

public IsoEntry Entry { get; }

Property Value

IsoEntry

 English