PlannerSolutionDataSet.SolutionEfficientFrontierRowChangeEventHandler delegate
Representa o método que trata os eventos que ocorrem quando uma ação é executada na linha de dados.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Delegate Sub SolutionEfficientFrontierRowChangeEventHandler ( _
sender As Object, _
e As PlannerSolutionDataSet.SolutionEfficientFrontierRowChangeEvent _
)
'Uso
Dim instance As New SolutionEfficientFrontierRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void SolutionEfficientFrontierRowChangeEventHandler(
Object sender,
PlannerSolutionDataSet.SolutionEfficientFrontierRowChangeEvent e
)
Parâmetros
- sender
Type: System.Object