UITextViewDelegate_Extensions.EditingStarted Method

Definition

Indicates editing has begun in the specified UITextView.

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

Parameters

This
IUITextViewDelegate

The instance on which this extension method operates.

textView
UITextView

Applies to