---
title: didCloseNotification
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsdrawer/didclosenotification
---

# didCloseNotification

Posted whenever the drawer is closed.

## Declaration

```swift
class let didCloseNotification: NSNotification.Name
```

## Discussion

Discussion The notification object is the NSDrawer object that closed. This notification does not contain a userInfo dictionary.

## See Also

### Notifications

- [didOpenNotification](appkit/nsdrawer/didopennotification.md)
- [willCloseNotification](appkit/nsdrawer/willclosenotification.md)
- [willOpenNotification](appkit/nsdrawer/willopennotification.md)
