Type Property 型プロパティ

NSUndoManagerDidOpenUndoGroup

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

Declaration 宣言

static let NSUndoManagerDidOpenUndoGroup: NSNotification.Name

Discussion 議論

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

See Also 参照

Foundation ファウンデーション