Condividi tramite


UITextViewDelegate_Extensions.EditingStarted Method

Definition

Indicates editing has begun in the specified UITextView.

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

Parameters

textView
UITextView
Attributes

Applies to