UIResponder.Delete(NSObject) Method

Definition

Indicates a "Delete" editing operation.

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

Parameters

sender
NSObject

Object calling this method.

This parameter can be null.

Attributes

Remarks

Applications should remove the selected element from the user interface.

Applies to