EntryEventArgsIso
Inheritance: java.lang.Object, com.aspose.ms.System.EventArgs
public class EntryEventArgsIso extends System.EventArgs
Event arguments for entry related events.
Constructors
| Constructor | Description |
|---|---|
| EntryEventArgsIso(IsoEntry entry) | Initializes a new instance of the EntryEventArgs class. |
Methods
| Method | Description |
|---|---|
| getEntry() | Gets the archive entry the event is raised for. |
EntryEventArgsIso(IsoEntry entry)
public EntryEventArgsIso(IsoEntry entry)
Initializes a new instance of the EntryEventArgs class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| entry | IsoEntry | the archive entry the event is raised for |
getEntry()
public final IsoEntry getEntry()
Gets the archive entry the event is raised for.
Returns: IsoEntry - the archive entry the event is raised for