Uses of Class
com.aspose.zip.EntryEventArgs
-
-
Uses of EntryEventArgs in com.aspose.zip
Subclasses of EntryEventArgs in com.aspose.zip Modifier and Type Class Description classCancelEntryEventArgsEvent arguments for cancelable entry related events.Methods in com.aspose.zip that return types with arguments of type EntryEventArgs Modifier and Type Method Description Event<EntryEventArgs>EventsBag. getEntryAccessed()Gets an event that is raised before an archive entry is being compressed.Event<EntryEventArgs>ArchiveLoadOptions. getEntryListed()Gets an event that is raised when an entry listed within table of content.Method parameters in com.aspose.zip with type arguments of type EntryEventArgs Modifier and Type Method Description voidEventsBag. setEntryAccessed(Event<EntryEventArgs> value)Sets an event that is raised before an archive entry is being compressed.voidArchiveLoadOptions. setEntryListed(Event<EntryEventArgs> value)Sets an event that is raised when an entry listed within table of content.
-