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.

Inheritance Hierarchy

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

Namespace:  Microsoft.VisualStudio.Coverage.Analysis
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

'Declaration
Public Class SourceFileNamesRowChangeEvent _
    Inherits EventArgs
public class SourceFileNamesRowChangeEvent : EventArgs
public ref class SourceFileNamesRowChangeEvent : public EventArgs
type SourceFileNamesRowChangeEvent =  
    class
        inherit EventArgs
    end
public class SourceFileNamesRowChangeEvent extends EventArgs

The CoverageDSPriv.SourceFileNamesRowChangeEvent type exposes the following members.

Constructors

  Name Description
Public method CoverageDSPriv.SourceFileNamesRowChangeEvent 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.

Top

Properties

  Name Description
Public property 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.
Public property 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.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.VisualStudio.Coverage.Analysis Namespace

OnRowChanged