Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Icon Class / DispatchPointerCaptureChanged Method


In This Topic
    DispatchPointerCaptureChanged Method (C1Icon)
    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 C1Icon
    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