PlannerSolutionDataSet.SolutionEfficientFrontierRowChangeEventHandler - Délégué
Représente la méthode qui gère les événements qui se produisent lorsqu'une action est effectuée sur la ligne de données.
Espace de noms : WebSvcPortfolioAnalyses
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Delegate Sub SolutionEfficientFrontierRowChangeEventHandler ( _
sender As Object, _
e As PlannerSolutionDataSet.SolutionEfficientFrontierRowChangeEvent _
)
'Utilisation
Dim instance As New SolutionEfficientFrontierRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void SolutionEfficientFrontierRowChangeEventHandler(
Object sender,
PlannerSolutionDataSet.SolutionEfficientFrontierRowChangeEvent e
)
Paramètres
- sender
Type : System.Object