WorkerThreadElementContainer.AddHandler Method

Include Protected Members
Include Inherited Members

Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element.

Overload List

  Name Description
Public method AddHandler(RoutedEvent, Delegate) Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. (Inherited from UIElement.)
Public method AddHandler(RoutedEvent, Delegate, Boolean) Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. Specify handledEventsToo as true to have the provided handler be invoked for routed event that had already been marked as handled by another element along the event route. (Inherited from UIElement.)

Top

See Also

Reference

WorkerThreadElementContainer Class

WorkerThreadElementContainer Members

Microsoft.VisualStudio.PlatformUI Namespace