Global Variable グローバル変数

NSUndoManagerDidOpenUndoGroupNotification

Posted whenever an NSUndoManager object opens an undo group, which occurs in the implementation of the beginUndoGrouping method. NSUndoManagerオブジェクトがアンドゥグループを開く時はいつでも投函されます、それはbeginUndoGroupingメソッドの実装において発生します。

Declaration 宣言

const NSNotificationName NSUndoManagerDidOpenUndoGroupNotification;

Discussion 議論

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

See Also 参照

Notifications 通知