SecurityGroupCreatedHandler representante
Manipulador de eventos para o pós-evento de Security GroupCreated .
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)
Sintaxe
'Declaração
Public Delegate Sub SecurityGroupCreatedHandler ( _
contextInfo As PSContextInfo, _
e As GroupCreatePostEventArgs _
)
'Uso
Dim instance As New SecurityGroupCreatedHandler(AddressOf HandlerMethod)
public delegate void SecurityGroupCreatedHandler(
PSContextInfo contextInfo,
GroupCreatePostEventArgs e
)
Parâmetros
contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfoContém as informações de contexto do Project Server.
e
Tipo: Microsoft.Office.Project.Server.Events.GroupCreatePostEventArgsOs dados para o evento.