ReportingPostCommittedSolutionDecisionChangedEventArgs constructor (Guid)
Creates an instance of the ReportingPostCommittedSolutionDecisionChangedEventArgs class; used internally.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Sub New ( _
optimizerSolutionGuid As Guid _
)
'Usage
Dim optimizerSolutionGuid As Guid
Dim instance As New ReportingPostCommittedSolutionDecisionChangedEventArgs(optimizerSolutionGuid)
public ReportingPostCommittedSolutionDecisionChangedEventArgs(
Guid optimizerSolutionGuid
)
Parameters
optimizerSolutionGuid
Type: System.GuidThe GUID of the changed Optimizer solution decision.
See also
Reference
ReportingPostCommittedSolutionDecisionChangedEventArgs class
ReportingPostCommittedSolutionDecisionChangedEventArgs members
ReportingPostCommittedSolutionDecisionChangedEventArgs overload