CoverageDSPriv.MethodDataTable.OnRowDeleting Method

Handles the MethodRowDeleting 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 OnRowDeleting ( _
    e As DataRowChangeEventArgs _
)
protected override void OnRowDeleting(
    DataRowChangeEventArgs e
)
protected:
virtual void OnRowDeleting(
    DataRowChangeEventArgs^ e
) override
abstract OnRowDeleting : 
        e:DataRowChangeEventArgs -> unit 
override OnRowDeleting : 
        e:DataRowChangeEventArgs -> unit 
protected override function OnRowDeleting(
    e : DataRowChangeEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

CoverageDSPriv.MethodDataTable Class

Microsoft.VisualStudio.Coverage.Analysis Namespace

DataRowChangeEventArgs