TimesheetDataSet.ActionsRowChangeEventHandler representante
Descreve as configurações para quando os dados associados a um TimesheetDataSet.ActionsRow 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 ActionsRowChangeEventHandler ( _
sender As Object, _
e As TimesheetDataSet.ActionsRowChangeEvent _
)
'Uso
Dim instance As New ActionsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void ActionsRowChangeEventHandler(
Object sender,
TimesheetDataSet.ActionsRowChangeEvent e
)
Parâmetros
- sender
Tipo: System.Object