EventManager::RegisterClassHandler Method
.NET Framework (current version)
Registers a class handler for a particular routed event.
Assembly: PresentationCore (in PresentationCore.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | RegisterClassHandler(Type^, RoutedEvent^, Delegate^) | Registers a class handler for a particular routed event. |
![]() ![]() | RegisterClassHandler(Type^, RoutedEvent^, Delegate^, Boolean) | Registers a class handler for a particular routed event, with the option to handle events where event data is already marked handled. |
Show:

