CancelEntryEventArgs

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

public class CancelEntryEventArgs extends EntryEventArgs

Event arguments for cancelable entry related events.

Constructors

ConstructorDescription
CancelEntryEventArgs(ArchiveEntry entry)Initializes a new instance of the CancelEntryEventArgs class.

Methods

MethodDescription
getCancel()Gets a value indicating whether the event should be canceled.
setCancel(boolean value)Sets a value indicating whether the event should be canceled.

CancelEntryEventArgs(ArchiveEntry entry)

public CancelEntryEventArgs(ArchiveEntry entry)

Initializes a new instance of the CancelEntryEventArgs class.

Parameters:

ParameterTypeDescription
entryArchiveEntryArchive entry the event is raised for.

getCancel()

public final boolean getCancel()

Gets a value indicating whether the event should be canceled.

Returns: boolean - true if the event should be canceled; otherwise, false.

setCancel(boolean value)

public final void setCancel(boolean value)

Sets a value indicating whether the event should be canceled.

Parameters:

ParameterTypeDescription
valuebooleantrue if the event should be canceled; otherwise, false.