I would like to call a function every time the window closes. No matter how the close was triggered.
<TelerikWindow Width="900px" Height="fit-content" Centered="true" Visible="@(Details.BaseData.Id > 0)" Modal="true" CloseOnOverlayClick="true">
<WindowTitle>
<strong>@Title</strong>
</WindowTitle>
<WindowActions>
<WindowAction Name="Close" OnClick="OnFormClosed"/>
</WindowActions>