ProgressEventArgs Class

Contains event data about content migration.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.SharePoint.Publishing.Administration.ProgressEventArgs

Namespace:  Microsoft.SharePoint.Publishing.Administration
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class ProgressEventArgs _
    Inherits EventArgs
'Usage
Dim instance As ProgressEventArgs
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class ProgressEventArgs : EventArgs

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

Reference

ProgressEventArgs Members

Microsoft.SharePoint.Publishing.Administration Namespace