ContentElement.AddToEventRoute Method
.NET Framework 3.5
Adds handlers to the specified EventRoute for the current ContentElement event handler collection.
Assembly: PresentationCore (in PresentationCore.dll)
You cannot use methods in XAML.
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.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.