WindowViewModel.OnWindowUnloaded Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Allows Window.Unloaded/UserControl.Unloaded hook
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Protected Friend Overridable Sub OnWindowUnloaded
protected internal virtual void OnWindowUnloaded()
protected public:
virtual void OnWindowUnloaded()
abstract OnWindowUnloaded : unit -> unit
override OnWindowUnloaded : unit -> unit
function OnWindowUnloaded()
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.