# control.Event.invalidates_listings

- **Module:** control.Event
- **Package:** libtmux
- **Language:** Rust
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/libtmux/src/control.rs#L288
- **Page:** https://libtmux.org/en/rs/latest/reference/control-event-invalidates_listings/

```
control.Event.invalidates_listings(self) -> bool
```

Report whether a listing taken before this event may now be wrong.

Output and the flow-control events say nothing about the shape of the
server. [`Event::Other`] counts as invalidating, because an unmodelled
notification is one whose meaning is not known here.
