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