Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when the action is triggered.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public event Action.ActionEventHandler Triggered
public:
event Action::ActionEventHandler^ Triggered {
void add(Action::ActionEventHandler^ value);
void remove(Action::ActionEventHandler^ value);
}
member Triggered : IEvent<Action.ActionEventHandler,
ActionEventArgs>
Public Event Triggered As Action.ActionEventHandler
See Also
Action Class
Microsoft.ManagementConsole Namespace
Return to top