See #11156.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61812
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Bind<>() was called, is consulted. Notice that this is done before
checking the static event table entries, so if both a dynamic and a static
event handler match the same event, the static one is never going to be
Bind<>() was called, is consulted. Notice that this is done before
checking the static event table entries, so if both a dynamic and a static
event handler match the same event, the static one is never going to be
+ used unless wxEvent::Skip() is called in the dynamic one.