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


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