# LibTmux.Window.BuildMoveWindowArguments

- **Module:** LibTmux.Window
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Window.Links.cs#L90
- **Page:** https://libtmux.org/reference/dotnet/libtmux-window-buildmovewindowarguments/

```
LibTmux.Window.BuildMoveWindowArguments(request: MoveWindowRequest) -> List<string>
```

Builds the arguments a move request sends.

This stays on the window because both ends come from the handle: the
destination defaults to the session it was read through, and so does
the source it moves from.
