C1.Android.Core Assembly / C1.Android.Core Namespace / C1VectorIcon Class / OnPointerCaptureChange Method


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

Parameters

hasCapture
See Also