Share via


UITextPasteDelegate_Extensions.TransformPasteItem Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void TransformPasteItem(this UIKit.IUITextPasteDelegate This, UIKit.IUITextPasteConfigurationSupporting textPasteConfigurationSupporting, UIKit.IUITextPasteItem item);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member TransformPasteItem : UIKit.IUITextPasteDelegate * UIKit.IUITextPasteConfigurationSupporting * UIKit.IUITextPasteItem -> unit

Parameters

textPasteConfigurationSupporting
IUITextPasteConfigurationSupporting

The receiving object.

item
IUITextPasteItem

The paste item.

Attributes

Applies to