---
title: "mouseExited(with:frame:in:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nspathcell/mouseexited(with:frame:in:)"
---

# mouseExited(with:frame:in:)

Hides the cell component over which the mouse is hovering.

## Declaration

```swift
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.

## See Also

### Displaying Hidden Components

- [mouseEntered(with:frame:in:)](appkit/nspathcell/mouseentered(with:frame:in:).md)
