ResourceActivatedHandler Delegate
Event handler for the Resource Activated 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 ResourceActivatedHandler ( _
contextInfo As PSContextInfo, _
e As ResourceActivatePostEventArgs _
)
'Usage
Dim instance As New ResourceActivatedHandler(AddressOf HandlerMethod)
public delegate void ResourceActivatedHandler(
PSContextInfo contextInfo,
ResourceActivatePostEventArgs e
)
Parameters
- contextInfo
Type: Microsoft.Office.Project.Server.Library.PSContextInfo
Contains the Project Server context information.
- e
Type: Microsoft.Office.Project.Server.Events.ResourceActivatePostEventArgs
The data for the event.