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


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