View.OnHide Method ()
Called when a view is hidden in the UI.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
protected virtual void OnHide()
protected:
virtual void OnHide()
abstract OnHide : unit -> unit
override OnHide : unit -> unit
Protected Overridable Sub OnHide
See Also
View Class
Microsoft.ManagementConsole Namespace
Return to top