UITextViewDelegate.Changed(UITextView) Method

Definition

Indicates the text or text attributes in the specified UITextView were changed by the app user.

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

Parameters

textView
UITextView
Attributes

Applies to