CoverageDSPriv.MethodRowChangeEvent Class
Occurs when any data in a method row changes. This class and its members are reserved for internal use and are not intended to be used in your code.
Inheritance Hierarchy
Object
EventArgs
Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.MethodRowChangeEvent
Namespace: Microsoft.VisualStudio.Coverage.Analysis
Assembly: Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)
Syntax
'Declaration
Public Class MethodRowChangeEvent _
Inherits EventArgs
public class MethodRowChangeEvent : EventArgs
public ref class MethodRowChangeEvent : public EventArgs
type MethodRowChangeEvent =
class
inherit EventArgs
end
public class MethodRowChangeEvent extends EventArgs
The CoverageDSPriv.MethodRowChangeEvent type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CoverageDSPriv.MethodRowChangeEvent | Initializes a new instance of the CoverageDSPriv.MethodRowChangeEvent class. This class and its members are reserved for internal use and are not intended to be used in your code. |
Top
Properties
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 method 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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
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.