ProgressEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Supplies information about a progress event that is being raised.
public ref class ProgressEventArgs : EventArgs
public class ProgressEventArgs : EventArgs
type ProgressEventArgs = class
inherit EventArgs
Public Class ProgressEventArgs
Inherits EventArgs
- Inheritance
-
ProgressEventArgs
Constructors
ProgressEventArgs() |
Properties
LengthComputable |
Whether or not the total size of the transfer is known. |
Loaded |
The number of bytes transferred since the beginning of the operation. This doesn't include headers and other overhead, but only the content itself. |
Total |
The total number of bytes of content that will be transferred during the operation. If the total size is unknown, this value is zero. |
Type |
Gets or sets the type of the event. |