ImportTimesheetDataSet.LinesRowChangeEventHandler representante
Descreve as configurações para quando os dados associados a um ImportTimesheetDataSet.LinesRow são editados e um evento devem ser disparadas de manipulador de eventos.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
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