Share via


CoverageDSPriv.NamespaceTableRowChangeEvent Constructor

Initializes a new instance of the CoverageDSPriv.NamespaceTableRowChangeEvent class by using the provided lines row and data row action. 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..::..NamespaceTableRow, _
    action As DataRowAction _
)
public NamespaceTableRowChangeEvent(
    CoverageDSPriv..::..NamespaceTableRow row,
    DataRowAction action
)
public:
NamespaceTableRowChangeEvent(
    CoverageDSPriv..::..NamespaceTableRow^ row, 
    DataRowAction action
)
new : 
        row:CoverageDSPriv..::..NamespaceTableRow * 
        action:DataRowAction -> NamespaceTableRowChangeEvent
public function CoverageDSPriv..::..NamespaceTableRowChangeEvent(
    row : CoverageDSPriv..::..NamespaceTableRow, 
    action : DataRowAction
)

Parameters

.NET Framework Security

See Also

Reference

CoverageDSPriv.NamespaceTableRowChangeEvent Class

Microsoft.VisualStudio.Coverage.Analysis Namespace

CoverageDSPriv.NamespaceTableRow

DataRowAction