# IWindowAwareViewModel.Detach method

Releases the association established by [`Attach`](./Attach.md). Called by the window services once the window has closed, including when the user closed it through the caption button.

```csharp
public void Detach()
```

## See Also

* interface [IWindowAwareViewModel](../IWindowAwareViewModel.md)
* namespace [Eremex.AvaloniaUI.Controls.ApplicationServices](../index.md)

<!-- DO NOT EDIT: generated by xmldocmd for Eremex.Common.Contracts.dll -->
