ArchiveLoadOptions.EntryListed
ArchiveLoadOptions.EntryListed property
Ottiene o imposta il delegato richiamato quando una voce è elencata nel sommario.
public EventHandler<EntryEventArgs> EntryListed { get; set; }
Esempi
Archive archive = new Archive("archive.zip", new ArchiveLoadOptions() { EntryListed = (s, e) => { Console.WriteLine(e.Entry.Name); } });
Guarda anche
- class EntryEventArgs
- class ArchiveLoadOptions
- spazio dei nomi Aspose.Zip
- assemblea Aspose.Zip