UITextPasteDelegate_Extensions.TransformPasteItem Method

Definition

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

public static void TransformPasteItem (this UIKit.IUITextPasteDelegate This, UIKit.IUITextPasteConfigurationSupporting textPasteConfigurationSupporting, UIKit.IUITextPasteItem item);
static member TransformPasteItem : UIKit.IUITextPasteDelegate * UIKit.IUITextPasteConfigurationSupporting * UIKit.IUITextPasteItem -> unit

Parameters

This
IUITextPasteDelegate

The instance on which this extension method operates.

textPasteConfigurationSupporting
IUITextPasteConfigurationSupporting

The receiving object.

item
IUITextPasteItem

The paste item.

Applies to