次の方法で共有


ContentMigration.OnProgressUpdated イベント (Microsoft.SharePoint.Publishing.Administration)

イベント データが格納されている ProgressEventArgs クラスのイベント。

名前空間: Microsoft.SharePoint.Publishing.Administration
アセンブリ: Microsoft.SharePoint.Publishing (microsoft.sharepoint.publishing.dll 内)

構文

'宣言
Public Event OnProgressUpdated As EventHandler(Of ProgressEventArgs)
'使用
Dim instance As ContentMigration
Dim handler As EventHandler(Of ProgressEventArgs)

AddHandler instance.OnProgressUpdated, handler
public event EventHandler<ProgressEventArgs> OnProgressUpdated

備考

このイベントは移行の進行状況が更新されると発生します。

関連項目

参照

ContentMigration クラス
ContentMigration メンバ
Microsoft.SharePoint.Publishing.Administration 名前空間