Class CancelEntryEventArgs

Class CancelEntryEventArgs

Název místa: Aspose.Zip.Xar Sbírka: Aspose.Zip.dll (25.5.0)

Argumenty pro vstupní související události.

public class CancelEntryEventArgs : EntryEventArgs

Inheritance

object EventArgs EntryEventArgs CancelEntryEventArgs

Dědiční členové

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

Constructors

CancelEntryEventArgs(XarEntry)

Začíná nový příklad třídy Aspose.Zip.Xar.EntryEventArgs.

public CancelEntryEventArgs(XarEntry entry)

Parameters

entry XarEntry

Archivní vstup k události je vybudován.

Properties

Cancel

Obdrží nebo nastaví hodnotu, která naznačuje, zda by měla být událost zrušena.

public bool Cancel { get; set; }

Hodnota nemovitosti

bool

 Čeština