Syntax
'Declaration
<Android.Runtime.RegisterAttribute("requestDisallowInterceptTouchEvent",
"(Z)V",
"GetRequestDisallowInterceptTouchEvent_ZHandler")>
Public Overridable Sub RequestDisallowInterceptTouchEvent( _
ByVal As Boolean _
)
'Usage
Dim instance As CalendarYearsPanel
Dim disallowIntercept As Boolean
instance.RequestDisallowInterceptTouchEvent(disallowIntercept)
[Android.Runtime.Register("requestDisallowInterceptTouchEvent",
"(Z)V",
"GetRequestDisallowInterceptTouchEvent_ZHandler")]
public virtual void RequestDisallowInterceptTouchEvent(
bool
)
Parameters
- disallowIntercept
See Also