Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / ChildViewRemoved Event


In This Topic
    ChildViewRemoved Event (AnnotationLayer)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event ChildViewRemoved As EventHandler(Of ViewGroup.ChildViewRemovedEventArgs)
    'Usage
     
    
    Dim instance As AnnotationLayer
    Dim handler As EventHandler(Of ViewGroup.ChildViewRemovedEventArgs)
     
    AddHandler instance.ChildViewRemoved, handler
    See Also