---
title: "windowDidExitVersionBrowser(_:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nswindowdelegate/windowdidexitversionbrowser(_:)"
---

# windowDidExitVersionBrowser(_:)

Tells the delegate that the window has left version browsing.

## Declaration

```swift
@MainActor optional func windowDidExitVersionBrowser(_ notification: Notification)
```

## Parameters

- `notification`: An doc://com.apple.appkit/documentation/AppKit/NSWindow/didExitVersionBrowserNotification notification.

## See Also

### Managing Presentation in Version Browsers

- [window(_:willResizeForVersionBrowserWithMaxPreferredSize:maxAllowedSize:)](appkit/nswindowdelegate/window(_:willresizeforversionbrowserwithmaxpreferredsize:maxallowedsize:).md)
- [windowWillEnterVersionBrowser(_:)](appkit/nswindowdelegate/windowwillenterversionbrowser(_:).md)
- [windowDidEnterVersionBrowser(_:)](appkit/nswindowdelegate/windowdidenterversionbrowser(_:).md)
- [windowWillExitVersionBrowser(_:)](appkit/nswindowdelegate/windowwillexitversionbrowser(_:).md)
