Share via


LookupTableDataSet.LookupTablesDataTable.OnRowDeleted method

A post-event handler for the LookupTablesRowDeleted event.

Namespace:  WebSvcLookupTable
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Protected Overrides Sub OnRowDeleted ( _
    e As DataRowChangeEventArgs _
)
'Usage
Dim e As DataRowChangeEventArgs

Me.OnRowDeleted(e)
protected override void OnRowDeleted(
    DataRowChangeEventArgs e
)

Parameters

See also

Reference

LookupTableDataSet.LookupTablesDataTable class

LookupTableDataSet.LookupTablesDataTable members

WebSvcLookupTable namespace