CoverageDSPriv.ModuleRowChangeEvent Constructor

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

Parameters

.NET Framework Security

See Also

Reference

CoverageDSPriv.ModuleRowChangeEvent Class

Microsoft.VisualStudio.Coverage.Analysis Namespace

CoverageDSPriv.ModuleRow

DataRowAction