CoverageDSPriv.SourceFileNamesRowChangeEvent Class
Occurs when any data in a source file names 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.SourceFileNamesRowChangeEvent
Syntax
public class SourceFileNamesRowChangeEvent : EventArgs
public ref class SourceFileNamesRowChangeEvent : EventArgs
type SourceFileNamesRowChangeEvent =
class
inherit EventArgs
end
Public Class SourceFileNamesRowChangeEvent
Inherits EventArgs
Constructors
Name | Description | |
---|---|---|
CoverageDSPriv.SourceFileNamesRowChangeEvent(CoverageDSPriv.SourceFileNamesRow, DataRowAction) | Initializes a new instance of the CoverageDSPriv.SourceFileNamesRowChangeEvent class by using the provided source file names row and data row action. This class and its members are reserved for internal use and are not intended to be used in your code. |
Properties
Name | Description | |
---|---|---|
Action | Gets the data row action that caused the event. This class and its members are reserved for internal use and are not intended to be used in your code. |
|
Row | Gets the source file names 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 | |
---|---|---|
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.) |
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
OnRowChanged
Microsoft.VisualStudio.Coverage.Analysis Namespace
Return to top