ScopeNode.ActionsDeactivated Event

 

Snap-ins can subscribe to this event in conjunction with ActionsActivated to clean-up or remove actions on this scope node when the actions are no longer needed.

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

Syntax

public event EventHandler ActionsDeactivated
public:
event EventHandler^ ActionsDeactivated {
    void add(EventHandler^ value);
    void remove(EventHandler^ value);
}
member ActionsDeactivated : IEvent<EventHandler,
    EventArgs>
Public Event ActionsDeactivated As EventHandler

See Also

ScopeNode Class
Microsoft.ManagementConsole Namespace

Return to top