SecurityEventReceiver.OnGroupCreating 方法

前期事件处理程序的CreateGroups方法。

命名空间:  Microsoft.Office.Project.Server.Events
程序集:  Microsoft.Office.Project.Server.Events.Receivers(位于 Microsoft.Office.Project.Server.Events.Receivers.dll 中)

语法

声明
Public Overridable Sub OnGroupCreating ( _
    contextInfo As PSContextInfo, _
    e As GroupCreatePreEventArgs _
)
用法
Dim instance As SecurityEventReceiver
Dim contextInfo As PSContextInfo
Dim e As GroupCreatePreEventArgs

instance.OnGroupCreating(contextInfo, _
    e)
public virtual void OnGroupCreating(
    PSContextInfo contextInfo,
    GroupCreatePreEventArgs e
)

参数

备注

重要信息注释重要信息

OnGroupCreating事件接收器不支持由Project Online的 SharePoint 权限模式下,默认的场所安装的Project Server 2013。有关详细信息,请参阅什么是新的 IT 专业人员在项目服务器 2013 technet 文章中的SharePoint 权限模式

有关创建事件处理程序的信息,请参阅How to: Create a Project Server Event Handler and Log an Event

另请参阅

引用

SecurityEventReceiver 类

SecurityEventReceiver 成员

Microsoft.Office.Project.Server.Events 命名空间