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


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