Android.Views.View.OnCancelPendingInputEvents Method
Called as the result of a call to View.CancelPendingInputEvents on this view or a parent view.

Syntax

[Android.Runtime.Register("onCancelPendingInputEvents", "()V", "GetOnCancelPendingInputEventsHandler")]
public virtual void OnCancelPendingInputEvents ()

Remarks

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.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1