ViewGroup.RequestDisallowInterceptTouchEvent(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when a child does not want this parent and its ancestors to intercept touch events with 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
Parameters
- disallowIntercept
- Boolean
True if the child does not want the parent to intercept touch events.
Implements
- Attributes
Remarks
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.