View.DispatchPointerCaptureChanged(Boolean) Method

Definition

[Android.Runtime.Register("dispatchPointerCaptureChanged", "(Z)V", "GetDispatchPointerCaptureChanged_ZHandler", ApiSince=26)]
public virtual void DispatchPointerCaptureChanged (bool hasCapture);
[<Android.Runtime.Register("dispatchPointerCaptureChanged", "(Z)V", "GetDispatchPointerCaptureChanged_ZHandler", ApiSince=26)>]
abstract member DispatchPointerCaptureChanged : bool -> unit
override this.DispatchPointerCaptureChanged : bool -> unit

Parameters

hasCapture
Boolean
Attributes

Remarks

Java documentation for android.view.View.dispatchPointerCaptureChanged(boolean).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to