Contents

itemDidExpandNotification

Posted whenever an item is expanded in an NSOutlineView object.

Declaration

class let itemDidExpandNotification: NSNotification.Name

Discussion

The notification object is the NSOutlineView object in which an item was expanded. The userInfo dictionary contains the following information:

Key

Value

@"NSObject"

The item that was expanded (an id)

See Also

Notifications