<!--
{
  "availability" : [
    "macOS: 10.0.0 - 10.11.0"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSMenu/helpRequested(with:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSMenu(im)helpRequested:"
  },
  "title" : "helpRequested(with:)"
}
-->

# helpRequested(with:)

Overridden by subclasses to implement specialized context-sensitive help behavior.

```
func helpRequested(with eventPtr: NSEvent)
```

## Parameters

`eventPtr`

An [`NSEvent`](/documentation/AppKit/NSEvent) object representing the event associated with the help request.

## Discussion

Subclasses in their implementation of this method should cause the Help Manager ([`NSHelpManager`](/documentation/AppKit/NSHelpManager)) to display the help associated with the menu. Never invoke this method directly.

### Special Considerations

In macOS 10.6 and later this method has no effect. This method may be deprecated in a future release.

## See Also

[`-  showContextHelpForObject:locationHint:`](/documentation/AppKit/NSHelpManager/showContextHelp(for:locationHint:))

Displays the context-sensitive help for a given object at or near the point on the screen specified by a given point.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)