UITextPasteDelegate.TransformPasteItem Method

Definition

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

[Foundation.Export("textPasteConfigurationSupporting:transformPasteItem:")]
public virtual void TransformPasteItem (UIKit.IUITextPasteConfigurationSupporting textPasteConfigurationSupporting, UIKit.IUITextPasteItem item);
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.

Attributes

Applies to