SPDeployment.ProgressUpdated 事件
部署操作将重新计算当前进度的部署操作时引发的事件。
命名空间: Microsoft.SharePoint.Deployment
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Event ProgressUpdated As EventHandler(Of SPDeploymentEventArgs)
用法
Dim instance As SPDeployment
Dim handler As EventHandler(Of SPDeploymentEventArgs)
AddHandler instance.ProgressUpdated, handler
public event EventHandler<SPDeploymentEventArgs> ProgressUpdated
备注
该事件处理程序接收一个类型SPDeploymentErrorEventArgs ,包含与此事件相关的数据。