UITextViewDelegate.EditingStarted(UITextView) 方法

定义

指示已在指定的 UITextView 中开始编辑。

[Foundation.Export("textViewDidBeginEditing:")]
public virtual void EditingStarted (UIKit.UITextView textView);
abstract member EditingStarted : UIKit.UITextView -> unit
override this.EditingStarted : UIKit.UITextView -> unit

参数

textView
UITextView
属性

适用于