Share via


Delegado PlannerSolutionDataSet.SolutionEfficientFrontierRowChangeEventHandler

Representa el método que controla los eventos que se producen cuando se realiza una acción en la fila de datos.

Espacio de nombres:  WebSvcPortfolioAnalyses
Ensamblado:  ProjectServerServices (en ProjectServerServices.dll)

Sintaxis

'Declaración
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

Vea también

Referencia

Espacio de nombres WebSvcPortfolioAnalyses