ActionEventArgs.Action Property
Gets or sets the action that is the source of the event.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public Action Action { get; }
public:
property Action^ Action {
Action^ get();
}
member Action : Action with get
Public ReadOnly Property Action As Action
Property Value
Type: Microsoft.ManagementConsole.Action
The source of the event
See Also
ActionEventArgs Class
Microsoft.ManagementConsole Namespace
Return to top