# LibTmux.IControlModeSession.Events

- **Module:** LibTmux.IControlModeSession
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** property
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/ControlMode/IControlModeSession.cs#L28
- **Page:** https://libtmux.org/reference/dotnet/libtmux-icontrolmodesession-events/

Reads what tmux reports for as long as the client runs.

The sequence completes after <see cref="TmuxExitEvent" /> on a normal
exit and faults after buffered events when the control stream fails. It
may be enumerated once; a second enumeration reads only what has not
already been taken. A slow reader receives
<see cref="TmuxEventsDroppedEvent" /> instead of silently missing data
when the bounded buffer overflows.
