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


In This Topic
OnViewRemoved Method (AnnotationLayer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("onViewRemoved", 
   "(Landroid/view/View;)V", 
   "GetOnViewRemoved_Landroid_view_View_Handler", 
   ApiSince=23)>
Public Overridable Sub OnViewRemoved( _
   ByVal child As Android.Views.View _
) 
 
'Usage
 
Dim instance As AnnotationLayer
Dim child As Android.Views.View
 
instance.OnViewRemoved(child)

Parameters

child
See Also