FrameworkElementFactory::RemoveHandler Method (RoutedEvent^, Delegate^)
.NET Framework (current version)
Removes an event handler from the given routed event. This applies to the instances created by this factory.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- routedEvent
-
Type:
System.Windows::RoutedEvent^
Identifier object for the routed event.
- handler
-
Type:
System::Delegate^
The handler to remove.
.NET Framework
Available since 3.0
Available since 3.0
Show: