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.