Bool wxNotifyEvent(wxEvent& event, Bool pre)
Notify the system of the event you are about to execute/have just executed. If TRUE is returned and pre = TRUE, the calling code should not execute the event (since it has been intercepted by a handler and vetoed).
These events are always internal, because they're generated from within the main application code.