This question is locked. New answers and comments are not allowed.
Hi
I'm currently trying to add an application scope event on the location changed event of all radwindow.
It's a method I'm using to catch routedevent on child classes of my application and treat them on higher hierarchical levels.
My goal is to have an handler like mymaincontrol.AddHandler(RadWIndow.LocationChangedEvent, new routedhandler....
And a method allowing me to control the radwinow position and previent it to go to RadWinow.Top < 0 (off screen).
I can do it easily by subscribing each window to the event, but I have a lot of RadWindow.
The problem is : There is no RadWindow.LocationChangedEvent (like the RadButton.ClickEvent).
Can you provide with a workaround, do you have any plans to provide this event at this level in the future ?
Regards
Ludovic
I'm currently trying to add an application scope event on the location changed event of all radwindow.
It's a method I'm using to catch routedevent on child classes of my application and treat them on higher hierarchical levels.
My goal is to have an handler like mymaincontrol.AddHandler(RadWIndow.LocationChangedEvent, new routedhandler....
And a method allowing me to control the radwinow position and previent it to go to RadWinow.Top < 0 (off screen).
I can do it easily by subscribing each window to the event, but I have a lot of RadWindow.
The problem is : There is no RadWindow.LocationChangedEvent (like the RadButton.ClickEvent).
Can you provide with a workaround, do you have any plans to provide this event at this level in the future ?
Regards
Ludovic