# LibTmux.TmuxEventsDroppedEvent

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/ControlMode/TmuxEvent.cs#L36
- **Page:** https://libtmux.org/reference/dotnet/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.
