onUnknownEvent
Handle a request to process an unknown event tag for the specified widget widgetTag.
This function will be invoked every time an unknown event is sent to a widget. For example, three click events on a widget with no click event will see this function invoked three times. Use the widgetTag and tag combination to de-duplicate the callbacks if desired.