Type Property 型プロパティ

NSUndoManagerWillRedoChange

Posted just before an NSUndoManager object performs a redo operation (redo()). NSUndoManagerオブジェクトがやり直し操作(redo())を実行する直前に投函されます。

Declaration 宣言

static let NSUndoManagerWillRedoChange: NSNotification.Name

Discussion 議論

The notification object is the NSUndoManager object. This notification does not contain a userInfo dictionary. 通知オブジェクトは、NSUndoManagerオブジェクトです。この通知は、userInfo辞書を含みません。

See Also 参照

Foundation ファウンデーション