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