OptimizerSolutionDataSet.SolutionDataTable.SolutionRowDeleting event
The pre-event that occurs before a row is deleted.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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