Contents

outlineViewColumnDidMove(_:)

Invoked whenever the user moves a column in the outline view.

Declaration

@MainActor optional func outlineViewColumnDidMove(_ notification: Notification)

Parameters

  • notification:

    The posted notification.

Discussion

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

See Also

Working with the Outline Column