Contents

outlineViewSelectionIsChanging(_:)

Invoked when notification is posted—that is, whenever the outline view’s selection changes.

Declaration

@MainActor optional func outlineViewSelectionIsChanging(_ notification: Notification)

Parameters

  • notification:

    The posted notification.

Discussion

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

See Also

Handling Selection