Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / OnCancelPendingInputEvents Method


In This Topic
    OnCancelPendingInputEvents Method (AnnotationLayer)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("onCancelPendingInputEvents", 
       "()V", 
       "GetOnCancelPendingInputEventsHandler", 
       ApiSince=19)>
    Public Overridable Sub OnCancelPendingInputEvents() 
    'Usage
     
    
    Dim instance As AnnotationLayer
     
    instance.OnCancelPendingInputEvents()
    [Android.Runtime.Register("onCancelPendingInputEvents", 
       "()V", 
       "GetOnCancelPendingInputEventsHandler", 
       ApiSince=19)]
    public virtual void OnCancelPendingInputEvents()
    See Also