Delegado TimesheetListDataSet.TimesheetsRowChangeEventHandler
Describe el controlador de eventos debe activarse la configuración cuando se modifiquen los datos asociados con un TimesheetListDataSet.TimesheetsRow y un evento.
Espacio de nombres: WebSvcTimeSheet
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
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