OptimizerSolutionDataSet.SolutionDataTable.SolutionRowDeleted 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 SolutionRowDeleted As OptimizerSolutionDataSet.SolutionRowChangeEventHandler
'Usage
Dim instance As OptimizerSolutionDataSet.SolutionDataTable
Dim handler As OptimizerSolutionDataSet.SolutionRowChangeEventHandler
AddHandler instance.SolutionRowDeleted, handler
public event OptimizerSolutionDataSet.SolutionRowChangeEventHandler SolutionRowDeleted
See Also
Reference
OptimizerSolutionDataSet.SolutionDataTable Class