LookupTableMultiLangDataSet.LookupTableValuesDataTable.OnRowChanged method
A post-event handler for the LookupTableValuesRowChanged event.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Protected Overrides Sub OnRowChanged ( _
e As DataRowChangeEventArgs _
)
'Usage
Dim e As DataRowChangeEventArgs
Me.OnRowChanged(e)
protected override void OnRowChanged(
DataRowChangeEventArgs e
)
Parameters
e
Type: System.Data.DataRowChangeEventArgsThe data for the event.
See also
Reference
LookupTableMultiLangDataSet.LookupTableValuesDataTable class
LookupTableMultiLangDataSet.LookupTableValuesDataTable members