Compartilhar via


OptimizerSolutionDataSet.SolutionRowChangeEventHandler 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 SolutionRowChangeEventHandler ( _
    sender As Object, _
    e As OptimizerSolutionDataSet.SolutionRowChangeEvent _
)
'Uso
Dim instance As New SolutionRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void SolutionRowChangeEventHandler(
    Object sender,
    OptimizerSolutionDataSet.SolutionRowChangeEvent e
)

Parâmetros

Ver também

Referência

WebSvcPortfolioAnalyses namespace