UIResponder.Cut(NSObject) Method

Definition

Indicates a "Cut" editing operation.

[Foundation.Export("cut:")]
public virtual void Cut (Foundation.NSObject sender);
abstract member Cut : Foundation.NSObject -> unit
override this.Cut : Foundation.NSObject -> unit

Parameters

sender
NSObject

Object calling this method.

This parameter can be null.

Attributes

Remarks

Applications overriding this method should expose the selected information and pass it to the UIPasteboard and also remove the selected element from the user interface.

Applies to