Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
|---|---|---|
| .jpeg) | CurrentProgress | Gets the current progress of the operation. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | 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