---
title: contextHelpModeDidDeactivateNotification
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nshelpmanager/contexthelpmodediddeactivatenotification
---

# contextHelpModeDidDeactivateNotification

Posted when the application exits context-sensitive help mode. This happens when the user clicks the mouse button while the cursor is anywhere on the screen after displaying a context-sensitive help topic.

## Declaration

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

## Discussion

Discussion The notification object is the help manager. This notification does not contain a userInfo dictionary. To observe this notification using Swift concurrency, use NSHelpManager.ContextHelpModeDidDeactivateMessage.

## See Also

### Notifications

- [contextHelpModeDidActivateNotification](appkit/nshelpmanager/contexthelpmodedidactivatenotification.md)
