ExtensionEvent<T> Class

Extensible extension event object.

System.Object
  Microsoft.VisualStudio.Web.BrowserLink.ExtensionEvent<T>

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

public class ExtensionEvent<T>
where T : EventArgs

Type Parameters

T

Type to pass into the extensible event.

The ExtensionEvent<T> type exposes the following members.

  NameDescription
Public methodDispatchDispatches extensible event.
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

  NameDescription
Public eventEventEvent handler for this extensible event.
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: