Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1Gauge Class / DispatchPointerCaptureChanged Method


In This Topic
    DispatchPointerCaptureChanged Method (C1Gauge)
    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 C1Gauge
    Dim hasCapture As Boolean
     
    instance.DispatchPointerCaptureChanged(hasCapture)
    [Android.Runtime.Register("dispatchPointerCaptureChanged", 
       "(Z)V", 
       "GetDispatchPointerCaptureChanged_ZHandler", 
       ApiSince=26)]
    public virtual void DispatchPointerCaptureChanged( 
       bool hasCapture
    )

    Parameters

    hasCapture
    See Also