Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1BulletGraph Class / ChildViewRemoved Event


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