Type Property 型プロパティ

NSPreferencePaneDoUnselect

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

Declaration 宣言

static let NSPreferencePaneDoUnselect: NSNotification.Name

Discussion 議論

Posted when reply(toShouldUnselect:) is invoked with an argument of true after shouldUnselect has returned a value of NSPreferencePaneUnselectReply.unselectLater. reply(toShouldUnselect:)trueの引数で発動を、shouldUnselectNSPreferencePaneUnselectReply.unselectLaterの値で返った後に、される場合に投函されます。

See Also 参照

PreferencePanes