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
- e
Type: System.Data.DataRowChangeEventArgs
A DataRowChangeEventArgs object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CoverageDSPriv.MethodDataTable Class