ProjectDataSet.AssignmentRowChangeEventHandler - Délégué

Décrit le Gestionnaire d'événements paramètres lorsque les données associées à une ProjectDataSet.AssignmentRow sont modifiées et un événement doivent être déclenchés.

Espace de noms :  WebSvcProject
Assembly :  ProjectServerServices (dans ProjectServerServices.dll)

Syntaxe

'Déclaration
Public Delegate Sub AssignmentRowChangeEventHandler ( _
    sender As Object, _
    e As ProjectDataSet.AssignmentRowChangeEvent _
)
'Utilisation
Dim instance As New AssignmentRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void AssignmentRowChangeEventHandler(
    Object sender,
    ProjectDataSet.AssignmentRowChangeEvent e
)

Paramètres

Voir aussi

Référence

WebSvcProject - Espace de noms