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