CoverageDSPriv.ModuleDataTable.OnRowDeleting Method (DataRowChangeEventArgs)

 

Handles the ModuleRowDeleting 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

[DebuggerNonUserCodeAttribute]
protected override void OnRowDeleting(
    DataRowChangeEventArgs e
)
protected:
[DebuggerNonUserCodeAttribute]
virtual void OnRowDeleting(
    DataRowChangeEventArgs^ e
) override
[<DebuggerNonUserCodeAttribute>]
override OnRowDeleting : 
        e:DataRowChangeEventArgs -> unit
<DebuggerNonUserCodeAttribute>
Protected Overrides Sub OnRowDeleting (
    e As DataRowChangeEventArgs
)

Parameters

See Also

DataRowChangeEventArgs
CoverageDSPriv.ModuleDataTable Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top