DispatcherHookEventHandler Delegate

 

Represents the method that will handle DispatcherHooks related events.

Namespace:   System.Windows.Threading
Assembly:  WindowsBase (in WindowsBase.dll)

public delegate void DispatcherHookEventHandler(
	Object^ sender,
	DispatcherHookEventArgs^ e
)

Parameters

sender
Type: System::Object^

The source of the event.

e
Type: System.Windows.Threading::DispatcherHookEventArgs^

The event data.

.NET Framework
Available since 3.0
Return to top
Show: