DifferenceViewerCreatedEventArgs Class

Event args for DifferenceViewerCreated.

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Microsoft.VisualStudio.Data.Tools.Delta..::..DifferenceViewerCreatedEventArgs

Namespace:  Microsoft.VisualStudio.Data.Tools.Delta
Assembly:  Microsoft.VisualStudio.Data.Tools.Delta (in Microsoft.VisualStudio.Data.Tools.Delta.dll)

Syntax

'Declaration
Public NotInheritable Class DifferenceViewerCreatedEventArgs _
    Inherits EventArgs
'Usage
Dim instance As DifferenceViewerCreatedEventArgs
public sealed class DifferenceViewerCreatedEventArgs : EventArgs
public ref class DifferenceViewerCreatedEventArgs sealed : public EventArgs
[<SealedAttribute>]
type DifferenceViewerCreatedEventArgs =  
    class
        inherit EventArgs
    end
public final class DifferenceViewerCreatedEventArgs extends EventArgs

The DifferenceViewerCreatedEventArgs type exposes the following members.

Constructors

  Name Description
Public method DifferenceViewerCreatedEventArgs Create an instance of these event args with the given IDifferenceViewer as the newly created viewer.

Top

Properties

  Name Description
Public property Viewer The IDifferenceViewer that was just created.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (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.Data.Tools.Delta Namespace