共用方式為


SPActionSequence.UpdatingProgress event

正在進行升級時,就會發生。

Namespace:  Microsoft.SharePoint.Upgrade
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Event UpdatingProgress As EventHandler(Of SPProgressUpdateEventArgs)
'用途
Dim instance As SPActionSequence
Dim handler As EventHandler(Of SPProgressUpdateEventArgs)

AddHandler instance.UpdatingProgress, handler
public event EventHandler<SPProgressUpdateEventArgs> UpdatingProgress

請參閱

參照

SPActionSequence class

SPActionSequence members

Microsoft.SharePoint.Upgrade namespace