Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1FontIcon Class / ChildViewRemoved Event


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