Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
265
ActivePaneChanged event gets fired infinitly
posted

Hi,

I have attached an event ActivePaneChanged to the dock manager and i have no code written (blank handler). I want handle this event, but this gets fired recursively! Any idea why? any suggestion?

 

All I have is,

 private void dockManager_ActivePaneChanged(object sender, RoutedPropertyChangedEventArgs<ContentPane> e)

        {

 

        }

 

Thanks,

Nagendra