EntryEventArgsXar

Inheritance: java.lang.Object, com.aspose.ms.System.EventArgs

public class EntryEventArgsXar extends System.EventArgs

Event arguments for entry related events.

Constructors

ConstructorDescription
EntryEventArgsXar(XarEntry entry)Initializes a new instance of the EntryEventArgs class.

Methods

MethodDescription
getEntry()Gets the archive entry the event is raised for.

EntryEventArgsXar(XarEntry entry)

public EntryEventArgsXar(XarEntry entry)

Initializes a new instance of the EntryEventArgs class.

Parameters:

ParameterTypeDescription
entryXarEntrythe archive entry the event is raised for

getEntry()

public final XarEntry getEntry()

Gets the archive entry the event is raised for.

Returns: XarEntry - the archive entry the event is raised for