ActionEventArgs Constructor (Action, AsyncStatus)
Initializes a new instance of the ActionEventArgs class using the originating action and the status as parameters.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public ActionEventArgs(
Action action,
AsyncStatus status
)
public:
ActionEventArgs(
Action^ action,
AsyncStatus^ status
)
new :
action:Action *
status:AsyncStatus -> ActionEventArgs
Public Sub New (
action As Action,
status As AsyncStatus
)
Parameters
action
Type: Microsoft.ManagementConsole.ActionThe source of the event.
status
Type: Microsoft.ManagementConsole.AsyncStatusThe object that holds the status information.
See Also
ActionEventArgs Class
Microsoft.ManagementConsole Namespace
Return to top