Class FileNameEventArgs
EventArgs class which stores the file name.
Implements
Inherited Members
Namespace: SharpSevenZip.EventArguments
Assembly: SharpSevenZip.dll
Syntax
public sealed class FileNameEventArgs : PercentDoneEventArgs, ICancellable
Constructors
| Edit this page View SourceFileNameEventArgs(string, byte)
Initializes a new instance of the FileNameEventArgs class.
Declaration
public FileNameEventArgs(string fileName, byte percentDone)
Parameters
Type | Name | Description |
---|---|---|
string | fileName | The file name. |
byte | percentDone | The percent of finished work |
Properties
| Edit this page View SourceCancel
Gets or sets whether to stop the current archive operation.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
bool |
FileName
Gets the file name.
Declaration
public string FileName { get; }
Property Value
Type | Description |
---|---|
string |
Skip
Gets or sets whether to stop the current archive operation.
Declaration
public bool Skip { get; set; }
Property Value
Type | Description |
---|---|
bool |