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


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