TimesheetDataSet.LinesRowChangeEventHandler - Délégué

Décrit le Gestionnaire d'événements paramètres lorsque les données associées à une TimesheetDataSet.LinesRow 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 LinesRowChangeEventHandler ( _
    sender As Object, _
    e As TimesheetDataSet.LinesRowChangeEvent _
)
'Utilisation
Dim instance As New LinesRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void LinesRowChangeEventHandler(
    Object sender,
    TimesheetDataSet.LinesRowChangeEvent e
)

Paramètres

Voir aussi

Référence

WebSvcTimeSheet - Espace de noms