Share via


UITextViewDelegate.WillDisplay Method

Definition

[Foundation.Export("textView:textItemMenuWillDisplayForTextItem:animator:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillDisplay(UIKit.UITextView textView, UIKit.UITextItem textItem, UIKit.IUIContextMenuInteractionAnimating animator);
[<Foundation.Export("textView:textItemMenuWillDisplayForTextItem:animator:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillDisplay : UIKit.UITextView * UIKit.UITextItem * UIKit.IUIContextMenuInteractionAnimating -> unit
override this.WillDisplay : UIKit.UITextView * UIKit.UITextItem * UIKit.IUIContextMenuInteractionAnimating -> unit

Parameters

textView
UITextView
textItem
UITextItem

Implements

Attributes

Applies to