TextView.OnBeginBatchEdit Method

Definition

Called by the framework in response to a request to begin a batch of edit operations through a call to link #beginBatchEdit().

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

Remarks

Called by the framework in response to a request to begin a batch of edit operations through a call to link #beginBatchEdit().

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

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