Prevent default action
Question / Problem
I don't want a file or folder to be opened on double-click. How do I prevent this?
Answer / Solution
Implement the BeforeInvokeCommandOnSelected event and in the eventhandler set e.InvocationProcessed = true to intercept the default action.
Another option is to implement the FolderChanging event of an attached ShellControlConnector.