Contents

cancel(_:)

The action method that the panel calls when the user clicks the Cancel button.

Declaration

@IBAction func cancel(_ sender: Any?)

Parameters

  • sender:

    The NSSavePanel object that contains the Cancel button.

See Also

Handling Actions