---
title: willCloseNotification
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsdrawer/willclosenotification
---

# willCloseNotification

Posted whenever the drawer is about to close.

## Declaration

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

## Discussion

Discussion The notification object is the NSDrawerobject about to close. This notification does not contain a userInfo dictionary.

## See Also

### Notifications

- [didCloseNotification](appkit/nsdrawer/didclosenotification.md)
- [didOpenNotification](appkit/nsdrawer/didopennotification.md)
- [willOpenNotification](appkit/nsdrawer/willopennotification.md)
