PlannerSolutionDataSet.SolutionsDataTable.SolutionsRowDeleted event
Após o evento que ocorre após uma linha é excluída.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Event SolutionsRowDeleted As PlannerSolutionDataSet.SolutionsRowChangeEventHandler
'Uso
Dim instance As PlannerSolutionDataSet.SolutionsDataTable
Dim handler As PlannerSolutionDataSet.SolutionsRowChangeEventHandler
AddHandler instance.SolutionsRowDeleted, handler
public event PlannerSolutionDataSet.SolutionsRowChangeEventHandler SolutionsRowDeleted
Ver também
Referência
PlannerSolutionDataSet.SolutionsDataTable class