ActionEventArgs Class
This is a sealed class that provides information for the Triggered event that occurs on an Action object.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.ManagementConsole.ActionEventArgs
Syntax
public sealed class ActionEventArgs : EventArgs
public ref class ActionEventArgs sealed : EventArgs
[<Sealed>]
type ActionEventArgs =
class
inherit EventArgs
end
Public NotInheritable Class ActionEventArgs
Inherits EventArgs
Constructors
Name | Description | |
---|---|---|
ActionEventArgs(Action, AsyncStatus) | Initializes a new instance of the ActionEventArgs class using the originating action and the status as parameters. |
Properties
Name | Description | |
---|---|---|
Action | Gets or sets the action that is the source of the event. |
|
Status | Gets the object that holds the status information. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ManagementConsole Namespace
Return to top