ComponentOne Xamarin.Android
AfterTextChanged Event (C1CheckBox)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1CheckBox Class : AfterTextChanged Event
Syntax
'Declaration
 
Public Event AfterTextChanged As EventHandler(Of AfterTextChangedEventArgs)
'Usage
 
Dim instance As C1CheckBox
Dim handler As EventHandler(Of AfterTextChangedEventArgs)
 
AddHandler instance.AfterTextChanged, handler
public event EventHandler<AfterTextChangedEventArgs> AfterTextChanged
Event Data

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

PropertyDescription
 
See Also