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