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