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.
Occurs while the upgrade is in progress.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Event UpdatingProgress As EventHandler(Of SPProgressUpdateEventArgs)
'Usage
Dim instance As SPActionSequence
Dim handler As EventHandler(Of SPProgressUpdateEventArgs)
AddHandler instance.UpdatingProgress, handler
public event EventHandler<SPProgressUpdateEventArgs> UpdatingProgress