Delegado ImportTimesheetDataSet.LinesRowChangeEventHandler
Describe el controlador de eventos debe activarse la configuración cuando se modifiquen los datos asociados con un ImportTimesheetDataSet.LinesRow y un evento.
Espacio de nombres: WebSvcStatusing
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Delegate Sub LinesRowChangeEventHandler ( _
sender As Object, _
e As ImportTimesheetDataSet.LinesRowChangeEvent _
)
'Uso
Dim instance As New LinesRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void LinesRowChangeEventHandler(
Object sender,
ImportTimesheetDataSet.LinesRowChangeEvent e
)
Parámetros
- sender
Tipo: System.Object