UIResponder.Delete(NSObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Remarks
Applications should remove the selected element from the user interface.