ComponentOne Xamarin.Android
TextChanged Event (C1CheckBox)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1CheckBox Class : TextChanged Event
Syntax
'Declaration
 
Public Event TextChanged As EventHandler(Of TextChangedEventArgs)
'Usage
 
Dim instance As C1CheckBox
Dim handler As EventHandler(Of TextChangedEventArgs)
 
AddHandler instance.TextChanged, handler
public event EventHandler<TextChangedEventArgs> TextChanged
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