LookupTableDataSet.LookupTablesDataTable.OnRowDeleted Method
A post-event handler for the LookupTablesRowDeleted event.
Namespace: [LookupTable Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/LookupTable.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/LookupTable.asmx?wsdl
Syntax
'Declaration
Protected Overrides Sub OnRowDeleted ( _
e As DataRowChangeEventArgs _
)
'Usage
Dim e As DataRowChangeEventArgs
Me.OnRowDeleted(e)
protected override void OnRowDeleted(
DataRowChangeEventArgs e
)
Parameters
- e
Type: System.Data.DataRowChangeEventArgs
The data for the event.
See Also
Reference
LookupTableDataSet.LookupTablesDataTable Class