I have a custom WinForms ActiveX toolbar control that I want to add to a WPF form. One of the options on the toolbar is to exit the current application.
How can I make the control raise/bubble an event to close the WPF window that contains the control?