Class CounterArgs
Inheritance
System.Object
System.EventArgs
CounterArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: editdocuments
Assembly: editdocuments.dll
Syntax
public class CounterArgs : EventArgs
Constructors
| Improve this Doc View SourceCounterArgs(Int32, Int32)
Declaration
public CounterArgs(int value, int total)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | value | |
System.Int32 | total |
Properties
| Improve this Doc View SourceTotal
Declaration
public int Total { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Value
Declaration
public int Value { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |