Class EntryEventArgs
Class EntryEventArgs
Името на пространството: Aspose.Zip.Iso Асамблея: Aspose.Zip.dll (25.5.0)
Събития за събития, свързани с влизане.
public class EntryEventArgs : EventArgs
Inheritance
object ← EventArgs ← EntryEventArgs
наследници
EventArgs.Empty , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EntryEventArgs(IsoEntry)
Aspose.Zip.Iso.EntryEventArgs.
public EntryEventArgs(IsoEntry entry)
Parameters
entry
IsoEntry
Архив вход за събитие се издига.
Properties
Entry
Получават се архивите, за които се издига събитието.
public IsoEntry Entry { get; }