PlannerSolutionDataSet.SolutionProjectsDataTable.SolutionProjectsRowDeleted Event
The 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 SolutionProjectsRowDeleted As PlannerSolutionDataSet.SolutionProjectsRowChangeEventHandler
'Usage
Dim instance As PlannerSolutionDataSet.SolutionProjectsDataTable
Dim handler As PlannerSolutionDataSet.SolutionProjectsRowChangeEventHandler
AddHandler instance.SolutionProjectsRowDeleted, handler
public event PlannerSolutionDataSet.SolutionProjectsRowChangeEventHandler SolutionProjectsRowDeleted
See Also
Reference
PlannerSolutionDataSet.SolutionProjectsDataTable Class