Share via


UITextPasteDelegate.TransformPasteItem Method

Definition

Method that is called to transform the paste item as it is pasted.

[Foundation.Export("textPasteConfigurationSupporting:transformPasteItem:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void TransformPasteItem(UIKit.IUITextPasteConfigurationSupporting textPasteConfigurationSupporting, UIKit.IUITextPasteItem item);
[<Foundation.Export("textPasteConfigurationSupporting:transformPasteItem:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member TransformPasteItem : UIKit.IUITextPasteConfigurationSupporting * UIKit.IUITextPasteItem -> unit
override this.TransformPasteItem : UIKit.IUITextPasteConfigurationSupporting * UIKit.IUITextPasteItem -> unit

Parameters

textPasteConfigurationSupporting
IUITextPasteConfigurationSupporting

The receiving object.

item
IUITextPasteItem

The paste item.

Implements

Attributes

Applies to