Global Variable グローバル変数

NSUndoManagerDidCloseUndoGroupNotification

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

Declaration 宣言

const NSNotificationName NSUndoManagerDidCloseUndoGroupNotification;

Discussion 議論

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

See Also 参照

Notifications 通知