UserDelegationEventReceiver.OnChanged 方法
UpdateDelegations(UserDelegationDataSet)方法后的事件处理程序。
命名空间: Microsoft.Office.Project.Server.Events
程序集: Microsoft.Office.Project.Server.Events.Receivers(位于 Microsoft.Office.Project.Server.Events.Receivers.dll 中)
语法
声明
Public Overridable Sub OnChanged ( _
contextInfo As PSContextInfo, _
e As UserDelegationUpdatePostEventArgs _
)
用法
Dim instance As UserDelegationEventReceiver
Dim contextInfo As PSContextInfo
Dim e As UserDelegationUpdatePostEventArgs
instance.OnChanged(contextInfo, e)
public virtual void OnChanged(
PSContextInfo contextInfo,
UserDelegationUpdatePostEventArgs e
)
参数
contextInfo
类型:Microsoft.Office.Project.Server.Library.PSContextInfo包含项目的服务器的上下文信息。
备注
重要信息 |
---|
OnChanged事件接收器不支持由Project Online的 SharePoint 权限模式下,默认的场所安装的Project Server 2013。有关详细信息,请参阅什么是新的 IT 专业人员在项目服务器 2013 technet 文章中的SharePoint 权限模式 。 |