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