# LibTmux.TmuxEvent

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