Syntax
'Declaration
<Android.Runtime.RegisterAttribute("dispatchPointerCaptureChanged",
"(Z)V",
"GetDispatchPointerCaptureChanged_ZHandler",
ApiSince=26)>
Public Overridable Sub DispatchPointerCaptureChanged( _
ByVal As Boolean _
)
'Usage
Dim instance As CalendarMonthsPanel
Dim hasCapture As Boolean
instance.DispatchPointerCaptureChanged(hasCapture)
[Android.Runtime.Register("dispatchPointerCaptureChanged",
"(Z)V",
"GetDispatchPointerCaptureChanged_ZHandler",
ApiSince=26)]
public virtual void DispatchPointerCaptureChanged(
bool
)
Parameters
- hasCapture
See Also