SPProgressUpdateEventArgs Class
Provides event arguments for the progress update event.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.SharePoint.Upgrade.SPProgressUpdateEventArgs
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPProgressUpdateEventArgs _
Inherits EventArgs
'Usage
Dim instance As SPProgressUpdateEventArgs
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPProgressUpdateEventArgs : 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.