TimesheetDataSet.ActionsDataTable.ActionsRowDeleted evento
Pós-evento ocorre depois que a linha foi excluída.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Event ActionsRowDeleted As TimesheetDataSet.ActionsRowChangeEventHandler
'Uso
Dim instance As TimesheetDataSet.ActionsDataTable
Dim handler As TimesheetDataSet.ActionsRowChangeEventHandler
AddHandler instance.ActionsRowDeleted, handler
public event TimesheetDataSet.ActionsRowChangeEventHandler ActionsRowDeleted
Ver também
Referência
TimesheetDataSet.ActionsDataTable classe