This is a migrated thread and some comments may be shown as answers.

RadPane events in 2013.3 1204

1 Answer 26 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Dodd
Top achievements
Rank 1
Dodd asked on 03 Jan 2014, 01:01 AM
Hi, I'm using the latest 2013.3 1204 version and I noticed that the call order of the RadPane events has been changed.
In the previous versions, I suppose that the ActivePaneChanged event was first fired and then the Activated event, but in the latest version this order was changed. Am I right? I want to know if this change will be consistent in the upcoming versions as this will cause a substantial change in my application. Thanks!

1 Answer, 1 is accepted

Sort by
0
Accepted
George
Telerik team
answered on 07 Jan 2014, 08:37 AM
Hi Dodd,

There is an issue with the activation events order in RadDocking control in Q3 SP1 release. Here is the current behavior:
 1. ActivePaneChanged is called with the deactivated pane as parameter
 2. Deactivated is called
 3. ActivePaneChanged is called with the activated pane as parameter
 4. Activated is called

But it should be:
 1. Deactivated is called
 2. Activated is called
 3. ActivePaneChanged is called with the activated and deactivated panes as parameters.

The issue is already planned and most probably it will be fixed for the next official release Q1 2014. Please, excuse us for any inconvenience caused.

Regards,
George
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
Docking
Asked by
Dodd
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or