LookupTableDataSet.LookupTablesDataTable.OnRowChanged method
A post-event handler for the LookupTablesRowChanged 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
LookupTableDataSet.LookupTablesDataTable class