ExtensionMethods::RaiseEvent Method (EventHandler^, Object^)

 

Microsoft internal use only.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
[ExtensionAttribute]
static void RaiseEvent(
	EventHandler^ eventHandler,
	Object^ source
)

Parameters

eventHandler
Type: System::EventHandler^

The event.

source
Type: System::Object^

The event's source parameter.

Return to top
Show: