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

 

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,
	EventArgs^ args
)

Parameters

eventHandler
Type: System::EventHandler^

The event.

source
Type: System::Object^

The event's source parameter.

args
Type: System::EventArgs^

The event's argument parameter.

Return to top
Show: