C1.Android.Core Assembly / C1.Android.Core Namespace / C1BitmapIcon Class / ChildViewRemoved Event


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