'Declaration Public Sub AddToEventRoute( _ ByVal route As EventRoute, _ ByVal e As RoutedEventArgs _ )
public void AddToEventRoute( EventRoute route, RoutedEventArgs e )
Parameters
- route
- The event route that handlers are added to.
- e
- The event data that is used to add the handlers. This method uses the System.Windows.RoutedEventArgs.RoutedEvent property of the event data to create the handlers.