Freigeben über


SecurityGroupUpdatingHandler-Delegat

Ereignishandler für das Ereignis Security GroupUpdating vor.

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
Public Delegate Sub SecurityGroupUpdatingHandler ( _
    contextInfo As PSContextInfo, _
    e As GroupSetPreEventArgs _
)
'Usage
Dim instance As New SecurityGroupUpdatingHandler(AddressOf HandlerMethod)
public delegate void SecurityGroupUpdatingHandler(
    PSContextInfo contextInfo,
    GroupSetPreEventArgs e
)

Parameter

Siehe auch

Referenz

Microsoft.Office.Project.Server.Events-Namespace