ContentElement::AddToEventRoute Method (EventRoute^, RoutedEventArgs^)
.NET Framework (current version)
Adds handlers to the specified EventRoute for the current ContentElement event handler collection.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- route
-
Type:
System.Windows::EventRoute^
The event route that handlers are added to.
- e
-
Type:
System.Windows::RoutedEventArgs^
The event data that is used to add the handlers. This method uses the RoutedEvent property of the arguments to create the handlers.
Use this method for content host elements (regardless whether they implement IContentHost) in order to add handlers for the content host child elements to the host EventRoute.
.NET Framework
Available since 3.0
Available since 3.0
Show: