ComponentOne Xamarin.Android
OnPointerCaptureChange Method (C1LinearGauge)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1LinearGauge Class : OnPointerCaptureChange Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("onPointerCaptureChange", 
   "(Z)V", 
   "GetOnPointerCaptureChange_ZHandler", 
   ApiSince=26)>
Public Overridable Sub OnPointerCaptureChange( _
   ByVal hasCapture As Boolean _
) 
'Usage
 
Dim instance As C1LinearGauge
Dim hasCapture As Boolean
 
instance.OnPointerCaptureChange(hasCapture)
[Android.Runtime.Register("onPointerCaptureChange", 
   "(Z)V", 
   "GetOnPointerCaptureChange_ZHandler", 
   ApiSince=26)]
public virtual void OnPointerCaptureChange( 
   bool hasCapture
)

Parameters

hasCapture
See Also

Reference

C1LinearGauge Class
C1LinearGauge Members