Share via


ScopeNode.OnExpand Method (AsyncStatus)

 

Displays the children of the scope node when the scope node is expanded.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

protected virtual void OnExpand(
    AsyncStatus status
)
protected:
virtual void OnExpand(
    AsyncStatus^ status
)
abstract OnExpand : 
        status:AsyncStatus -> unit
override OnExpand : 
        status:AsyncStatus -> unit
Protected Overridable Sub OnExpand (
    status As AsyncStatus
)

Parameters

See Also

ScopeNode Class
Microsoft.ManagementConsole Namespace

Return to top