CoverageDSPriv.ModuleRowChangeEvent Class

 

Occurs when any data in a module row changes. 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)

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.ModuleRowChangeEvent

Syntax

public class ModuleRowChangeEvent : EventArgs
public ref class ModuleRowChangeEvent : EventArgs
type ModuleRowChangeEvent = 
    class
        inherit EventArgs
    end
Public Class ModuleRowChangeEvent
    Inherits EventArgs

Constructors

Name Description
System_CAPS_pubmethod CoverageDSPriv.ModuleRowChangeEvent(CoverageDSPriv.ModuleRow, DataRowAction)

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.

Properties

Name Description
System_CAPS_pubproperty Action

Gets the action that caused this event. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubproperty Row

Gets the module row where the event occurred. This class and its members are reserved for internal use and are not intended to be used in your code.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top