Sdílet prostřednictvím


UITextViewDelegate_Extensions.Changed(IUITextViewDelegate, UITextView) Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void Changed(this UIKit.IUITextViewDelegate This, UIKit.UITextView textView);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Changed : UIKit.IUITextViewDelegate * UIKit.UITextView -> unit

Parameters

textView
UITextView
Attributes

Applies to