Delegado SecurityGroupUpdatingHandler
Controlador de eventos para el evento previo Security GroupUpdating .
Espacio de nombres: Microsoft.Office.Project.Server.Events
Ensamblado: Microsoft.Office.Project.Server.Events.Receivers (en Microsoft.Office.Project.Server.Events.Receivers.dll)
Sintaxis
'Declaración
Public Delegate Sub SecurityGroupUpdatingHandler ( _
contextInfo As PSContextInfo, _
e As GroupSetPreEventArgs _
)
'Uso
Dim instance As New SecurityGroupUpdatingHandler(AddressOf HandlerMethod)
public delegate void SecurityGroupUpdatingHandler(
PSContextInfo contextInfo,
GroupSetPreEventArgs e
)
Parámetros
contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfoContiene la información de contexto de Project Server.
e
Tipo: Microsoft.Office.Project.Server.Events.GroupSetPreEventArgsLos datos para el evento.