SecurityGroupUpdatingHandler Delegate

Event handler for the Security GroupUpdating pre-event.

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
)

Parameters

See Also

Reference

Microsoft.Office.Project.Server.Events Namespace