OptimizerPlannerSolutionCommittedHandler delegate

Event handler for the Optimizer PlannerSolutionCommitted 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 OptimizerPlannerSolutionCommittedHandler ( _
    contextInfo As PSContextInfo, _
    e As OptimizerSolutionCommittedArgs _
)
'Usage
Dim instance As New OptimizerPlannerSolutionCommittedHandler(AddressOf HandlerMethod)
public delegate void OptimizerPlannerSolutionCommittedHandler(
    PSContextInfo contextInfo,
    OptimizerSolutionCommittedArgs e
)

Parameters

See also

Reference

Microsoft.Office.Project.Server.Events namespace