Share via


CoverageDSPriv.MethodRowChangeEvent Constructor

Initializes a new instance of the CoverageDSPriv.MethodRowChangeEvent class. 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
Public Sub New ( _
    row As CoverageDSPriv.MethodRow, _
    action As DataRowAction _
)
public MethodRowChangeEvent(
    CoverageDSPriv.MethodRow row,
    DataRowAction action
)
public:
MethodRowChangeEvent(
    CoverageDSPriv::MethodRow^ row, 
    DataRowAction action
)
new : 
        row:CoverageDSPriv.MethodRow * 
        action:DataRowAction -> MethodRowChangeEvent
public function CoverageDSPriv.MethodRowChangeEvent(
    row : CoverageDSPriv.MethodRow, 
    action : DataRowAction
)

Parameters

.NET Framework Security

See Also

Reference

CoverageDSPriv.MethodRowChangeEvent Class

Microsoft.VisualStudio.Coverage.Analysis Namespace

CoverageDSPriv.MethodRow

DataRowAction