UITextViewDelegate_Extensions.EditingEnded Method

Definition

Indicates that editing has ended in the specified UITextView.

public static void EditingEnded (this UIKit.IUITextViewDelegate This, UIKit.UITextView textView);
static member EditingEnded : UIKit.IUITextViewDelegate * UIKit.UITextView -> unit

Parameters

This
IUITextViewDelegate

The instance on which this extension method operates.

textView
UITextView

Applies to