PlannerSolutionDataSet.SolutionsDataTable.SolutionsRowDeleted Event
Post-event that occurs after a row is deleted.
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 SolutionsRowDeleted As PlannerSolutionDataSet.SolutionsRowChangeEventHandler
'Usage
Dim instance As PlannerSolutionDataSet.SolutionsDataTable
Dim handler As PlannerSolutionDataSet.SolutionsRowChangeEventHandler
AddHandler instance.SolutionsRowDeleted, handler
public event PlannerSolutionDataSet.SolutionsRowChangeEventHandler SolutionsRowDeleted
See Also
Reference
PlannerSolutionDataSet.SolutionsDataTable Class