TimesheetListDataSet.TimesheetsRowChangeEventHandler representante
Descreve as configurações para quando os dados associados a um TimesheetListDataSet.TimesheetsRow são editados e um evento devem ser disparadas de manipulador de eventos.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Delegate Sub TimesheetsRowChangeEventHandler ( _
sender As Object, _
e As TimesheetListDataSet.TimesheetsRowChangeEvent _
)
'Uso
Dim instance As New TimesheetsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void TimesheetsRowChangeEventHandler(
Object sender,
TimesheetListDataSet.TimesheetsRowChangeEvent e
)
Parâmetros
- sender
Tipo: System.Object