LookupTableMultiLangDataSet.LookupTableMaskValuesDataTable.OnRowDeleted method
A post-event handler for the LookupTableMaskValuesRowDeleted 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
e
Type: System.Data.DataRowChangeEventArgsThe data for the event.
See also
Reference
LookupTableMultiLangDataSet.LookupTableMaskValuesDataTable class
LookupTableMultiLangDataSet.LookupTableMaskValuesDataTable members