ViewGroup.RequestDisallowInterceptTouchEvent(Boolean) Método

Definición

Se llama cuando un elemento secundario no quiere que este elemento primario y sus antecesores intercepten eventos táctiles con OnInterceptTouchEvent(MotionEvent).

[Android.Runtime.Register("requestDisallowInterceptTouchEvent", "(Z)V", "GetRequestDisallowInterceptTouchEvent_ZHandler")]
public virtual void RequestDisallowInterceptTouchEvent(bool disallowIntercept);
[<Android.Runtime.Register("requestDisallowInterceptTouchEvent", "(Z)V", "GetRequestDisallowInterceptTouchEvent_ZHandler")>]
abstract member RequestDisallowInterceptTouchEvent : bool -> unit
override this.RequestDisallowInterceptTouchEvent : bool -> unit

Parámetros

disallowIntercept
Boolean

True si el elemento secundario no quiere que el elemento primario intercepte los eventos táctiles.

Implementaciones

Atributos

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a