C1.Android.Input Assembly / C1.Android.Input Namespace / C1MaskedTextView Class / FocusChange Event


In This Topic
FocusChange Event (C1MaskedTextView)
In This Topic
Syntax
'Declaration
 
Public Event FocusChange As EventHandler(Of View.FocusChangeEventArgs)
 
'Usage
 
Dim instance As C1MaskedTextView
Dim handler As EventHandler(Of View.FocusChangeEventArgs)
 
AddHandler instance.FocusChange, handler
See Also