Share via


CoverageDSPriv.ClassRowChangeEvent Constructor (CoverageDSPriv.ClassRow, DataRowAction)

 

Initializes a new instance of the CoverageDSPriv.ClassRowChangeEvent class by using the provided data row and 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

[DebuggerNonUserCodeAttribute]
public ClassRowChangeEvent(
    CoverageDSPriv.ClassRow row,
    DataRowAction action
)
public:
[DebuggerNonUserCodeAttribute]
ClassRowChangeEvent(
    CoverageDSPriv::ClassRow^ row,
    DataRowAction action
)
[<DebuggerNonUserCodeAttribute>]
new : 
        row:CoverageDSPriv.ClassRow *
        action:DataRowAction -> ClassRowChangeEvent
<DebuggerNonUserCodeAttribute>
Public Sub New (
    row As CoverageDSPriv.ClassRow,
    action As DataRowAction
)

Parameters

See Also

CoverageDSPriv.ClassRow
DataRowAction
CoverageDSPriv.ClassRowChangeEvent Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top