IInputElement::AddHandler Method (RoutedEvent^, Delegate^)
.NET Framework (current version)
Adds a routed event handler for a specific routed event to an element.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- routedEvent
-
Type:
System.Windows::RoutedEvent^
The identifier for the routed event that is being handled.
- handler
-
Type:
System::Delegate^
A reference to the handler implementation.
This interface is not intended for public implementation. For more information, see remarks for the IInputElement interface.
.NET Framework
Available since 3.0
Available since 3.0
Show: