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


TextChanged Event (C1TextBox)
Syntax
'Declaration
 
Public Event TextChanged As EventHandler(Of TextChangedEventArgs)
 
'Usage
 
Dim instance As C1TextBox
Dim handler As EventHandler(Of TextChangedEventArgs)
 
AddHandler instance.TextChanged, handler
Event Data

The event handler receives an argument of type Android.Text.TextChangedEventArgs containing data related to this event. The following TextChangedEventArgs properties provide information specific to this event.

PropertyDescription
 
 
 
 
See Also