Android.Widget.AutoCompleteTextView.IsPerformingCompletion Property
Identifies whether the view is currently performing a text completion, so subclasses can decide whether to respond to text changed events.

Syntax

[get: Android.Runtime.Register("isPerformingCompletion", "()Z", "GetIsPerformingCompletionHandler")]
public virtual bool IsPerformingCompletion { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Identifies whether the view is currently performing a text completion, so subclasses can decide whether to respond to text changed events.

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3