Contents

itemDidCollapseNotification

Posted whenever an item is collapsed in an NSOutlineView object.

Declaration

class let itemDidCollapseNotification: NSNotification.Name

Discussion

The notification object is the NSOutlineView object in which an item was collapsed. A collapsed item’s children lose their status as being selected. The userInfo dictionary contains the following information:

Key

Value

@"NSObject"

The item that was collapsed (an id)

See Also

Notifications