Type Property 型プロパティ

NSPreferencePaneCancelUnselect

Notifies observers that the preference pane should not be deselected. preference paneが取り除かれるべきでないことをオブザーバに通知します。

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. reply(toShouldUnselect:)が、falseの引数で発動を、shouldUnselectNSPreferencePaneUnselectReply.unselectLaterの値で返った後に、される場合に投函されます。

See Also 参照

PreferencePanes