ImportTimesheetDataSet.LinesDataTable.LinesRowDeleted evento
Pós-evento ocorre depois que uma linha é excluída.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Event LinesRowDeleted As ImportTimesheetDataSet.LinesRowChangeEventHandler
'Uso
Dim instance As ImportTimesheetDataSet.LinesDataTable
Dim handler As ImportTimesheetDataSet.LinesRowChangeEventHandler
AddHandler instance.LinesRowDeleted, handler
public event ImportTimesheetDataSet.LinesRowChangeEventHandler LinesRowDeleted
Ver também
Referência
ImportTimesheetDataSet.LinesDataTable classe