ExtensionMethods::RaiseEventAsync<T> Method (Delegate^, Object^, T)

Visual Studio 2015
 

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

public:
generic<typename T>
[ExtensionAttribute]
static Task^ RaiseEventAsync(
	Delegate^ eventHandler,
	Object^ source,
	T args
)

Parameters

eventHandler
Type: System::Delegate^

source
Type: System::Object^

args
Type: T

Return Value

Type: System.Threading.Tasks::Task^

Type Parameters

T

Return to top
Show: