ScopeNode.ActionsActivated Event
Snap-ins can subscribe to this event to get called to supply actions for the scope node in the event handler.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public event EventHandler ActionsActivated
public:
event EventHandler^ ActionsActivated {
void add(EventHandler^ value);
void remove(EventHandler^ value);
}
member ActionsActivated : IEvent<EventHandler,
EventArgs>
Public Event ActionsActivated As EventHandler
See Also
ScopeNode Class
Microsoft.ManagementConsole Namespace
Return to top