CoverageDSPriv.NamespaceTableDataTable.OnRowChanging Method

Handles the NamespaceTableRowChanging event. This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Coverage.Analysis
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

'Declaration
Protected Overrides Sub OnRowChanging ( _
    e As DataRowChangeEventArgs _
)
protected override void OnRowChanging(
    DataRowChangeEventArgs e
)
protected:
virtual void OnRowChanging(
    DataRowChangeEventArgs^ e
) override
abstract OnRowChanging : 
        e:DataRowChangeEventArgs -> unit  
override OnRowChanging : 
        e:DataRowChangeEventArgs -> unit
protected override function OnRowChanging(
    e : DataRowChangeEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

CoverageDSPriv.NamespaceTableDataTable Class

Microsoft.VisualStudio.Coverage.Analysis Namespace

DataRowChangeEventArgs