SecurityTemplateCreatedHandler Delegate
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 SecurityTemplateCreatedHandler ( _
contextInfo As PSContextInfo, _
e As TemplateCreatePostEventArgs _
)
'Usage
Dim instance As New SecurityTemplateCreatedHandler(AddressOf HandlerMethod)
public delegate void SecurityTemplateCreatedHandler(
PSContextInfo contextInfo,
TemplateCreatePostEventArgs e
)
Parameters
- contextInfo
Type: Microsoft.Office.Project.Server.Library.PSContextInfo