TimesheetListDataSet.TimesheetsRowChangeEventHandler - Délégué

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

Paramètres

Voir aussi

Référence

WebSvcTimeSheet - Espace de noms