# LibTmux.TmuxEventsDroppedEvent

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/ControlMode/TmuxEvent.cs#L36
- **Page:** https://libtmux.org/en/dotnet/latest/reference/libtmux-tmuxeventsdroppedevent/

Reports notifications discarded because the bounded event buffer was full.

LibTmux synthesizes this event before the next retained event. Command
replies use a separate queue and are never discarded by this buffer.
