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
System_CAPS_pubmethod ActionEventArgs(Action, AsyncStatus)

Initializes a new instance of the ActionEventArgs class using the originating action and the status as parameters.

Properties

Name Description
System_CAPS_pubproperty Action

Gets or sets the action that is the source of the event.

System_CAPS_pubproperty Status

Gets the object that holds the status information.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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