ProgressEventArgs Class
Represents the event information for the progress of background tasks.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.WindowsServerSolutions.AddinInfrastructure.ProgressEventArgs
Syntax
public class ProgressEventArgs : EventArgs
public ref class ProgressEventArgs : EventArgs
Public Class ProgressEventArgs
Inherits EventArgs
Properties
Name | Description | |
---|---|---|
CurrentProgress | Gets the current progress of the operation. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | Returns a string representation of the object.(Overrides Object.ToString().) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top