C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / SetOnApplyWindowInsetsListener Method


In This Topic
SetOnApplyWindowInsetsListener Method (AnnotationLayer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setOnApplyWindowInsetsListener", 
   "(Landroid/view/View$OnApplyWindowInsetsListener;)V", 
   "GetSetOnApplyWindowInsetsListener_Landroid_view_View_OnApplyWindowInsetsListener_Handler", 
   ApiSince=20)>
Public Overridable Sub SetOnApplyWindowInsetsListener( _
   ByVal listener As Android.Views.View.IOnApplyWindowInsetsListener _
) 
 
'Usage
 
Dim instance As AnnotationLayer
Dim listener As Android.Views.View.IOnApplyWindowInsetsListener
 
instance.SetOnApplyWindowInsetsListener(listener)

Parameters

listener
See Also