Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebTestBaseExt::FireEventHandler<T> Method (EventHandler<T>^, Object^, T)

 

Passes events to the members of the invocation list of an event handler.

Namespace:   Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestPackage (in Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)

protected:
generic<typename T>
where T : EventArgs
void FireEventHandler(
	EventHandler<T>^ eh,
	Object^ sender,
	T args
)

Parameters

eh
Type: System::EventHandler<T>^

The event handler that will receive the events.

sender
Type: System::Object^

The object that will send the event.

args
Type: T

The data for the event.

Type Parameters

T

An EventArgs object.

Return to top
Show: