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


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