ViewAddInBase.OnHide Method ()
Applies To: System Center 2016 - Virtual Machine Manager
Called after the add-in view is hidden from the console.
Namespace: Microsoft.SystemCenter.VirtualMachineManager.UIAddIns
Assembly: Microsoft.SystemCenter.VirtualMachineManager.UIAddIns (in Microsoft.SystemCenter.VirtualMachineManager.UIAddIns.dll)
Syntax
public virtual void OnHide()
public:
virtual void OnHide()
abstract OnHide : unit -> unit
override OnHide : unit -> unit
Public Overridable Sub OnHide
Remarks
The thread that calls this method is not the main UI thread. Any code in this method will not impact UI responsiveness.
See Also
ViewAddInBase Class
Microsoft.SystemCenter.VirtualMachineManager.UIAddIns Namespace
Return to top