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.
Assembly: Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)
System::EventArgs
Microsoft.VisualStudio.Coverage.Analysis::CoverageDSPriv::ModuleRowChangeEvent
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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. |
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


