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


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