how to how when the NavigationBarOptionsWindow is closed

Navigation for WPF Forum

Posted 13 years ago by yww
Avatar
say some user triggered the NavigationBarOptionsWindow and do some sorting on those panes,
I want to know when he press the ok button to close the window.Is there a event open for that purpose?

Comments (2)

Posted 13 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hello,

Sorry, but there isn't an event for that. You could customize the context menu to execute your own custom command when the user selects the options menu item. You can then call the NavigationBar.ShowOptionsDialog method and execute any custom code afterwards in your execute handler for your custom command.


Actipro Software Support

Posted 13 years ago by yww
Avatar
thank you, that's a solution to me.
The latest build of this product (v24.1.1) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.