itemDidExpandNotification
Posted whenever an item is expanded in an NSOutlineView object.
Declaration
class let itemDidExpandNotification: NSNotification.NameDiscussion
The notification object is the NSOutlineView object in which an item was expanded. The userInfo dictionary contains the following information:
Key | Value |
|---|---|
| The item that was expanded (an |