OptimizerSolutionDataSet.SolutionDataTable.SolutionRowChanged Event
The post-event that occurs after a row is changed.
Namespace: [PortfolioAnalyses Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/PortfolioAnalyses.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/PortfolioAnalyses.asmx?wsdl
Syntax
'Declaration
Public Event SolutionRowChanged As OptimizerSolutionDataSet.SolutionRowChangeEventHandler
'Usage
Dim instance As OptimizerSolutionDataSet.SolutionDataTable
Dim handler As OptimizerSolutionDataSet.SolutionRowChangeEventHandler
AddHandler instance.SolutionRowChanged, handler
public event OptimizerSolutionDataSet.SolutionRowChangeEventHandler SolutionRowChanged
See Also
Reference
OptimizerSolutionDataSet.SolutionDataTable Class