I'm working with the docking manager and have found that I can receive double click events (DoubleClickSplitterBar) for the splitter bar but have no way to receive a single click event. I have noted that I receive an AfterSplitterDrag event when the user clicks on the bar and releases. This event, though, is not strictly speaking a single click event. A single click event would not include mouse dragging and would also include a mouse click point.
Is there a way to get this information?
I guess the answer to my question "is there a way to get this information" is No, Nope, Never, ...
I hacked around the lack of a single click by using Before and After Splitter drag events coupled with a timer and if the splitter even moved. Not optimal but ...