TextView.OnEndBatchEdit Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.