Type Property 型プロパティ

NSUndoManagerDidUndoChange

Posted just after an NSUndoManager object performs an undo operation. NSUndoManagerオブジェクトがアンドゥ操作を実行する直後に投函されます。

Declaration 宣言

static let NSUndoManagerDidUndoChange: NSNotification.Name

Discussion 議論

If you invoke undo() or undoNestedGroup(), this notification is posted. The notification object is the NSUndoManager object. This notification does not contain a userInfo dictionary. あなたがundo()またはundoNestedGroup()を発動するならば、この通知は投函されます。通知オブジェクトは、NSUndoManagerオブジェクトです。この通知は、userInfo辞書を含みません。

See Also 参照

Foundation ファウンデーション