cancel(_:)
The action method that the panel calls when the user clicks the Cancel button.
Declaration
@IBAction func cancel(_ sender: Any?)Parameters
- sender:
The
NSSavePanelobject that contains the Cancel button.
The action method that the panel calls when the user clicks the Cancel button.
@IBAction func cancel(_ sender: Any?)The NSSavePanel object that contains the Cancel button.