Contents

outlineViewSelectionDidChange(_:)

Invoked when the selection did change notification is posted—that is, immediately after the outline view’s selection has changed.

Declaration

@MainActor optional func outlineViewSelectionDidChange(_ notification: Notification)

Parameters

  • notification:

    The posted notification.

Discussion

This method is invoked as a result of posting an selectionDidChangeNotification.

See Also

Handling Selection