TextView.OnEndBatchEdit Method

Definition

Called by the framework in response to a request to end a batch of edit operations through a call to link #endBatchEdit.

[Android.Runtime.Register("onEndBatchEdit", "()V", "GetOnEndBatchEditHandler")]
public virtual void OnEndBatchEdit ();
[<Android.Runtime.Register("onEndBatchEdit", "()V", "GetOnEndBatchEditHandler")>]
abstract member OnEndBatchEdit : unit -> unit
override this.OnEndBatchEdit : unit -> unit
Attributes

Remarks

Called by the framework in response to a request to end a batch of edit operations through a call to link #endBatchEdit.

Java documentation for android.widget.TextView.onEndBatchEdit().

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