Lingua

AfterTextChangedEventArgs(IEditable) Constructor

Definition

Initializes a new instance of the AfterTextChangedEventArgs class.

public AfterTextChangedEventArgs(Android.Text.IEditable? editable);
new Android.Text.AfterTextChangedEventArgs : Android.Text.IEditable -> Android.Text.AfterTextChangedEventArgs

Parameters

editable
IEditable

The mutable IEditable instance that was changed, or null.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to