EventsDataSet.EventDataTable.EventRowDeleted event
Pós-evento ocorre depois que uma linha é excluída.
Namespace: WebSvcEvents
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Event EventRowDeleted As EventsDataSet.EventRowChangeEventHandler
'Uso
Dim instance As EventsDataSet.EventDataTable
Dim handler As EventsDataSet.EventRowChangeEventHandler
AddHandler instance.EventRowDeleted, handler
public event EventsDataSet.EventRowChangeEventHandler EventRowDeleted
Ver também
Referência
EventsDataSet.EventDataTable class