Class IntEventArgs
Stores an int number
Inherited Members
Namespace: SharpSevenZip.EventArguments
Assembly: SharpSevenZip.dll
Syntax
public sealed class IntEventArgs : EventArgs
Constructors
| Edit this page View SourceIntEventArgs(int)
Initializes a new instance of the IntEventArgs class
Declaration
public IntEventArgs(int value)
Parameters
Type | Name | Description |
---|---|---|
int | value | Useful data carried by the IntEventArgs class |
Properties
| Edit this page View SourceValue
Gets the value of the IntEventArgs class
Declaration
public int Value { get; }
Property Value
Type | Description |
---|---|
int |