[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void Invoke(
	Delegate handler,
	Object sender,
	EventArgs e
)
Public Shared Sub Invoke ( _
	handler As Delegate, _
	sender As Object, _
	e As EventArgs _
)
public:
static void Invoke(
	Delegate^ handler, 
	Object^ sender, 
	EventArgs^ e
)

Parameters

handler
Delegate
sender
Object
e
EventArgs
Remember that this instance is not affected by event handlers in ISynchronizeInvoke.

See Also