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