Called as the result of a call to View.CancelPendingInputEvents on this view or a parent view.
This method is responsible for removing any pending high-level input events that were posted to the event queue to run later. Custom view classes that post their own deferred high-level events via View.Post(Java.Lang.IRunnable), View.PostDelayed(Java.Lang.IRunnable, System.Int64) or Android.OS.Handler should override this method, call super.onCancelPendingInputEvents() and remove those callbacks as appropriate.