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
System_CAPS_pubproperty CurrentProgress

Gets the current progress of the operation.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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