# LibTmux.TmuxEvent

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/ControlMode/TmuxEvent.cs#L10
- **Page:** https://libtmux.org/reference/dotnet/libtmux-tmuxevent/

One thing a tmux control client reported without being asked.

tmux names a notification and then a version-dependent list of words after
it. Modelling every name as its own type would freeze a set that moves
between 3.2a and 3.7b, so the two a caller reacts to are typed and the rest
arrive named but unparsed.
