View.DispatchPointerCaptureChanged(Boolean) Method

Definition

Notifies this view that its pointer-capture state has changed.

[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

The System.Boolean value used for has capture.

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