ProgressChangedEventArgsT Class |
Namespace: Rackspace.Threading
The ProgressChangedEventArgsT type exposes the following members.
Name | Description | |
---|---|---|
![]() | ProgressChangedEventArgsT |
Initializes a new instance of the ProgressChangedEventArgsT class
with the specified progress.
|
Name | Description | |
---|---|---|
![]() | Equals |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode |
Serves as the default hash function. (Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Returns a string that represents the current object. (Inherited from Object.) |
Prior to .NET 4.5, the EventHandlerTEventArgs delegate included a constraint that the generic argument be derived from EventArgs. This constraint prevents a direct back-port of the ProgressT class to earlier frameworks, so the ProgressT class is provided with a wrapper around the progress value reported by the ProgressChanged event.