LookupTableDataSet.LookupTableMasksDataTable.OnRowDeleting method
Um manipulador antes do evento para o evento LookupTableMasksRowDeleting .
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Protected Overrides Sub OnRowDeleting ( _
e As DataRowChangeEventArgs _
)
'Uso
Dim e As DataRowChangeEventArgs
Me.OnRowDeleting(e)
protected override void OnRowDeleting(
DataRowChangeEventArgs e
)
Parâmetros
e
Type: System.Data.DataRowChangeEventArgsOs dados para o evento.
Ver também
Referência
LookupTableDataSet.LookupTableMasksDataTable class