Share via


ContentMigration.OnProgressUpdated Event

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

Namespace:  Microsoft.SharePoint.Publishing.Administration
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Event OnProgressUpdated As EventHandler(Of ProgressEventArgs)
'Usage
Dim instance As ContentMigration
Dim handler As EventHandler(Of ProgressEventArgs)

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

Remarks

This event is triggered when migration progress is updated.

See Also

Reference

ContentMigration Class

ContentMigration Members

Microsoft.SharePoint.Publishing.Administration Namespace