What do you understand by a Routed event and what are its types?

devquora
devquora

Posted On: Feb 22, 2018

 

A Routed Events is all about the Hierarchy of the controls that are used by us in the Events. Routed Events are known to be a new Infrastructure that is given by WPF that permits events to go tunneling down the tree to the target elements or Bubble up to the Root element. Events are simply like normal events. Types of routed events

Basically Routed Events are of mainly three types that are as follows:

  • Tunneling Events
  • Bubbling Events
  • Direct Events

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    WPF interview questions

    What is WPF and its advantages?

    WPF denotes Windows Presentation Foundation, which is a re-invention of a UI that uses WPF for Desktop applications. Jus..

    WPF interview questions

    What do you understand by Content Alignment in WPF?

    In WPF, various properties are used while dealing with the content of content controls. The two properties are as follow..

    WPF interview questions

    What is the value converter in WPF?

    A Value Converter is known to function as a bridge between a source and a target that is necessary when a target is boun..