Share via


UITextViewDelegate.WillEnd Method

Definition

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

Parameters

textView
UITextView
textItem
UITextItem

Implements

Attributes

Applies to