LookupTableDataSet.LookupTablesDataTable.OnRowDeleting Method
A pre-event handler for the LookupTablesRowDeleting 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 OnRowDeleting ( _
e As DataRowChangeEventArgs _
)
'Usage
Dim e As DataRowChangeEventArgs
Me.OnRowDeleting(e)
protected override void OnRowDeleting(
DataRowChangeEventArgs e
)
Parameters
- e
Type: System.Data.DataRowChangeEventArgs
The data for the event.
See Also
Reference
LookupTableDataSet.LookupTablesDataTable Class