PlannerSolutionDataSet.SolutionsDataTable.SolutionsRowChanged Event
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 SolutionsRowChanged As PlannerSolutionDataSet.SolutionsRowChangeEventHandler
'Usage
Dim instance As PlannerSolutionDataSet.SolutionsDataTable
Dim handler As PlannerSolutionDataSet.SolutionsRowChangeEventHandler
AddHandler instance.SolutionsRowChanged, handler
public event PlannerSolutionDataSet.SolutionsRowChangeEventHandler SolutionsRowChanged
See Also
Reference
PlannerSolutionDataSet.SolutionsDataTable Class