---
title: "drawerDidClose(_:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsdrawerdelegate/drawerdidclose(_:)"
---

# drawerDidClose(_:)

Notifies the delegate that the drawer has closed.

## Declaration

```swift
optional func drawerDidClose(_ notification: Notification)
```

## Parameters

- `notification`: An doc://com.apple.appkit/documentation/AppKit/NSDrawerDelegate notification sent by the default notification center immediately after the drawer has closed.

## See Also

### Opening and Closing Drawers

- [drawerShouldOpen(_:)](appkit/nsdrawerdelegate/drawershouldopen(_:).md)
- [drawerWillOpen(_:)](appkit/nsdrawerdelegate/drawerwillopen(_:).md)
- [drawerDidOpen(_:)](appkit/nsdrawerdelegate/drawerdidopen(_:).md)
- [drawerShouldClose(_:)](appkit/nsdrawerdelegate/drawershouldclose(_:).md)
- [drawerWillClose(_:)](appkit/nsdrawerdelegate/drawerwillclose(_:).md)
