WindowViewModel.OnWindowLoaded Method
Allows Window.Loaded/UserControl.Loaded hook
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Protected Friend Overridable Sub OnWindowLoaded
protected internal virtual void OnWindowLoaded()
protected public:
virtual void OnWindowLoaded()
abstract OnWindowLoaded : unit -> unit
override OnWindowLoaded : unit -> unit
function OnWindowLoaded()
.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.