ComponentOne Xamarin.Android
BeforeTextChanged Event (C1MaskedTextView)


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