共用方式為


UITextDropDelegate.WillBecomeEditable 方法

定義

呼叫的方法,以判斷不可編輯的文字檢視是否可以接受卸載。

[Foundation.Export("textDroppableView:willBecomeEditableForDrop:")]
public virtual UIKit.UITextDropEditability WillBecomeEditable (UIKit.IUITextDroppable textDroppableView, UIKit.IUITextDropRequest drop);
abstract member WillBecomeEditable : UIKit.IUITextDroppable * UIKit.IUITextDropRequest -> UIKit.UITextDropEditability
override this.WillBecomeEditable : UIKit.IUITextDroppable * UIKit.IUITextDropRequest -> UIKit.UITextDropEditability

參數

textDroppableView
IUITextDroppable

目前無法編輯的接收檢視。

drop
IUITextDropRequest

卸載要求。

傳回

屬性

適用於