CoverageDSPriv.LinesDataTable.OnRowChanged Method (DataRowChangeEventArgs)
Handles the ClassRowChanged 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 OnRowChanged(
DataRowChangeEventArgs e
)
protected:
[DebuggerNonUserCodeAttribute]
virtual void OnRowChanged(
DataRowChangeEventArgs^ e
) override
[<DebuggerNonUserCodeAttribute>]
override OnRowChanged :
e:DataRowChangeEventArgs -> unit
<DebuggerNonUserCodeAttribute>
Protected Overrides Sub OnRowChanged (
e As DataRowChangeEventArgs
)
Parameters
e
Type: System.Data.DataRowChangeEventArgsA DataRowChangeEventArgs object.
See Also
DataRowChangeEventArgs
CoverageDSPriv.LinesDataTable Class
Microsoft.VisualStudio.Coverage.Analysis Namespace
Return to top