Ler em inglês Editar

Compartilhar via


UIElement.AddToEventRoute(EventRoute, RoutedEventArgs) Method

Definition

Adds handlers to the specified EventRoute for the current UIElement event handler collection.

C#
public void AddToEventRoute(System.Windows.EventRoute route, System.Windows.RoutedEventArgs e);

Parameters

route
EventRoute

The event route that handlers are added to.

e
RoutedEventArgs

The event data that is used to add the handlers. This method uses the RoutedEvent property of the event data to create the handlers.

Remarks

This method can be used by content host elements (either those that implement IContentHost or those that don't) to add handlers for child elements to the EventRoute. Ordinarily, this is not required for UIElement, because handlers are automatically added for all elements found in a completed logical tree. However, in some cases where ContentElement and UIElement are mixed in templated trees, intervening elements that came from the template need to be added to a route. Both ContentElement and UIElement support a version of this method.

Applies to

Produto Versões
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10