Share via


UITextViewDelegate.Changed(UITextView) Method

Definition

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

[Foundation.Export("textViewDidChange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Changed(UIKit.UITextView textView);
[<Foundation.Export("textViewDidChange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Changed : UIKit.UITextView -> unit
override this.Changed : UIKit.UITextView -> unit

Parameters

textView
UITextView

Implements

Attributes

Applies to