Share via


ScopeNode.OnCut Method (AsyncStatus)

 

Removes the scope node when it has been successfully pasted elsewhere after the Cut verb is triggered.

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

Syntax

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

Parameters

See Also

StandardVerbs
ScopeNode Class
Microsoft.ManagementConsole Namespace
How-To Use Standard Verbs

Return to top