Type Property 型プロパティ

NSUndoManagerDidCloseUndoGroup

Posted after an NSUndoManager object closes an undo group, which occurs in the implementation of the endUndoGrouping() method. NSUndoManagerオブジェクトがアンドゥグループを閉じる後に投函されます、それはendUndoGrouping()メソッドの実装において発生します。

Declaration 宣言

static let NSUndoManagerDidCloseUndoGroup: NSNotification.Name

Discussion 議論

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

See Also 参照

Foundation ファウンデーション