UITextViewDelegate.EditingStarted(UITextView) Method

Definition

Indicates editing has begun in the specified UITextView.

[Foundation.Export("textViewDidBeginEditing:")]
public virtual void EditingStarted (UIKit.UITextView textView);
abstract member EditingStarted : UIKit.UITextView -> unit
override this.EditingStarted : UIKit.UITextView -> unit

Parameters

textView
UITextView
Attributes

Applies to