Share via


UITextViewDelegate_Extensions.EditingEnded Method

Definition

Indicates that editing has ended in the specified UITextView.

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

Parameters

textView
UITextView
Attributes

Applies to