FrameworkElementFactory::AddHandler Method (RoutedEvent^, Delegate^)
.NET Framework (current version)
Adds an event handler for the given routed event to the instances created by this factory.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- routedEvent
-
Type:
System.Windows::RoutedEvent^
Identifier object for the routed event being handled.
- handler
-
Type:
System::Delegate^
A reference to the handler implementation.
.NET Framework
Available since 3.0
Available since 3.0
Show: