PlannerSolutionDataSet.SolutionsDataTable.SolutionsRowDeleting Event

Pre-event that occurs before 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 SolutionsRowDeleting As PlannerSolutionDataSet.SolutionsRowChangeEventHandler
'Usage
Dim instance As PlannerSolutionDataSet.SolutionsDataTable
Dim handler As PlannerSolutionDataSet.SolutionsRowChangeEventHandler

AddHandler instance.SolutionsRowDeleting, handler
public event PlannerSolutionDataSet.SolutionsRowChangeEventHandler SolutionsRowDeleting

See Also

Reference

PlannerSolutionDataSet.SolutionsDataTable Class

PlannerSolutionDataSet.SolutionsDataTable Members

PortfolioAnalyses Web Service