C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / CalendarDaysPanel Class / DispatchPointerCaptureChanged Method


In This Topic
DispatchPointerCaptureChanged Method (CalendarDaysPanel)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("dispatchPointerCaptureChanged", 
   "(Z)V", 
   "GetDispatchPointerCaptureChanged_ZHandler", 
   ApiSince=26)>
Public Overridable Sub DispatchPointerCaptureChanged( _
   ByVal hasCapture As Boolean _
) 
 
'Usage
 
Dim instance As CalendarDaysPanel
Dim hasCapture As Boolean
 
instance.DispatchPointerCaptureChanged(hasCapture)

Parameters

hasCapture
See Also