<!--
{
  "availability" : [
    "macOS: 10.5.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSPathCell/mouseExited(with:frame:in:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSPathCell(im)mouseExited:withFrame:inView:"
  },
  "title" : "mouseExited(with:frame:in:)"
}
-->

# mouseExited(with:frame:in:)

Hides the cell component over which the mouse is hovering.

```
func mouseExited(with event: NSEvent, frame: NSRect, in view: NSView)
```

## Parameters

`event`

The mouse-exited event.

`frame`

The frame in which the cell is located.

`view`

The view in which the cell is located.

---

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)