ConnectionEventArgs Class

Event arguments used for when a connection has been added or removed.

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Web.BrowserLink.ConnectionEventArgs

Namespace:  Microsoft.VisualStudio.Web.BrowserLink
Assembly:  Microsoft.VisualStudio.Web.BrowserLink.12.0 (in Microsoft.VisualStudio.Web.BrowserLink.12.0.dll)

public class ConnectionEventArgs : EventArgs

The ConnectionEventArgs type exposes the following members.

  NameDescription
Public propertyConnectionConnection associated with this event.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: