Hello, Is there a list any where of C++ Events/Notifications & Default handling method list. For example, it would be useful to know that by default, the HDN_DIVIDERDBLCLICK notification is normally handled by the CWnd::OnLButtonDblClk method.
This would make it easier to find the correct method when wanting to call it when you write your own handler for the notification.
I currently cant find any simple way of finding this information.
Thanks.