UIResponder.Cut(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 "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
- 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.