SPActionSequence.UpdatingProgress event

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

See also

Reference

SPActionSequence class

SPActionSequence members

Microsoft.SharePoint.Upgrade namespace