ImportTimesheetDataSet.LinesRowChangeEventHandler - Délégué
Décrit le Gestionnaire d'événements paramètres lorsque les données associées à une ImportTimesheetDataSet.LinesRow sont modifiées et un événement doivent être déclenchés.
Espace de noms : WebSvcStatusing
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Delegate Sub LinesRowChangeEventHandler ( _
sender As Object, _
e As ImportTimesheetDataSet.LinesRowChangeEvent _
)
'Utilisation
Dim instance As New LinesRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void LinesRowChangeEventHandler(
Object sender,
ImportTimesheetDataSet.LinesRowChangeEvent e
)
Paramètres
- sender
Type : System.Object