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