NofMProgressEventArgs

Argument for N of M progress report events.

Namespace:
Inetdev
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.EventArgs

Constructors

NofMProgressEventArgs

Initializes a new instance of NofMProgressEventArgs.

Signature:
public Void NofMProgressEventArgs(current, total)
Parameters
Name Type Summary
current Int32 Current item.
total Int32 Total items.

NofMProgressEventArgs

Initializes a new instance of NofMProgressEventArgs.

Signature:
public Void NofMProgressEventArgs(total)
Parameters
Name Type Summary
total Int32 Total items.

Properties

Current

Current item.

Signature:
public Int32 Current { get; set; }

Total

Total items.

Signature:
public Int32 Total { get; set; }