Class EntryEventArgsIso


  • public class EntryEventArgsIso
    extends com.aspose.ms.System.EventArgs

    Event arguments for entry related events.

    • Constructor Detail

      • EntryEventArgsIso

        public EntryEventArgsIso​(IsoEntry entry)

        Initializes a new instance of the EntryEventArgs class.

        Parameters:
        entry - the archive entry the event is raised for
    • Method Detail

      • getEntry

        public final IsoEntry getEntry()

        Gets the archive entry the event is raised for.

        Returns:
        the archive entry the event is raised for