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