Hi,
I've found that ContextMenuInitializing and NavigationContextMenuInitializing doesn't fire if I change ContextMenuStrip property of WinExplorerBar from (none) to my own. I need to handle this events. Is there any solution to this problem? Or am I missing something?
It is only supposed to fire when the ContextMenu and ContextMenuStrip properties are not set, i.e., when he default menu is going to be shown. ContextMenuStrip exposes an Opening event which fires prior to it being shown, so I would expect you could use that event.