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


In This Topic
LayoutChange Event (C1VectorIcon)
In This Topic
Syntax
'Declaration
 
Public Event LayoutChange As EventHandler(Of View.LayoutChangeEventArgs)
 
'Usage
 
Dim instance As C1VectorIcon
Dim handler As EventHandler(Of View.LayoutChangeEventArgs)
 
AddHandler instance.LayoutChange, handler
See Also