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