ContentMigration.OnProgressUpdated 事件 (Microsoft.SharePoint.Publishing.Administration)

An event of the ProgressEventArgs class that contains the event data.

命名空间: 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

备注

This event is triggered when migration progress is updated.

另请参阅

参考

ContentMigration 类
ContentMigration 成员
Microsoft.SharePoint.Publishing.Administration 命名空间