AnalysisDataSet.AnalysisDataTable.AnalysisRowDeleted event
The post-event that occurs after a row is deleted.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Event AnalysisRowDeleted As AnalysisDataSet.AnalysisRowChangeEventHandler
'Usage
Dim instance As AnalysisDataSet.AnalysisDataTable
Dim handler As AnalysisDataSet.AnalysisRowChangeEventHandler
AddHandler instance.AnalysisRowDeleted, handler
public event AnalysisDataSet.AnalysisRowChangeEventHandler AnalysisRowDeleted
See also
Reference
AnalysisDataSet.AnalysisDataTable class