TimesheetDataSet.ActionsRowChangeEventHandler - Délégué

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

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

Syntaxe

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

Paramètres

Voir aussi

Référence

WebSvcTimeSheet - Espace de noms