C1.Android.Input Assembly / C1.Android.Input Namespace / C1TextBox Class / LayoutChange Event


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