SecurityTemplateUpdatedHandler Delegate

Event handler for the Security TemplateUpdated post-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 SecurityTemplateUpdatedHandler ( _
    contextInfo As PSContextInfo, _
    e As TemplateSetPostEventArgs _
)
'Usage
Dim instance As New SecurityTemplateUpdatedHandler(AddressOf HandlerMethod)
public delegate void SecurityTemplateUpdatedHandler(
    PSContextInfo contextInfo,
    TemplateSetPostEventArgs e
)

Parameters

See Also

Reference

Microsoft.Office.Project.Server.Events Namespace