Share via


OptimizerSolutionDataSet.SolutionDataTable.SolutionRowDeleting Event

The 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 SolutionRowDeleting As OptimizerSolutionDataSet.SolutionRowChangeEventHandler
'Usage
Dim instance As OptimizerSolutionDataSet.SolutionDataTable
Dim handler As OptimizerSolutionDataSet.SolutionRowChangeEventHandler

AddHandler instance.SolutionRowDeleting, handler
public event OptimizerSolutionDataSet.SolutionRowChangeEventHandler SolutionRowDeleting

See Also

Reference

OptimizerSolutionDataSet.SolutionDataTable Class

OptimizerSolutionDataSet.SolutionDataTable Members

PortfolioAnalyses Web Service