How to define a new Routed Event using EventManager class and how to raise this event?

411 Views Asked by At

I came across EventManager class in WPF and found that it can define a new routed event. But I could not understand it correctly through my sources. Can someone please explain how EvenManager class define a new Routed event & how to raise this event, with simple example?

Thanks in advance.

0

There are 0 best solutions below