Contents

NSPreferencePaneCancelUnselect

Notifies observers that the preference pane should not be deselected.

Declaration

static let NSPreferencePaneCancelUnselect: NSNotification.Name

Discussion

Posted when reply(toShouldUnselect:) is invoked with an argument of false after shouldUnselect has returned a value of NSPreferencePaneUnselectReply.unselectLater.

See Also

PreferencePanes