SyncActionEventArgs Class

 

Represents the event argument that holds information about an event triggered on a SyncAction object.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.ManagementConsole.SyncActionEventArgs

Syntax

public sealed class SyncActionEventArgs : EventArgs
public ref class SyncActionEventArgs sealed : EventArgs
[<Sealed>]
type SyncActionEventArgs = 
    class
        inherit EventArgs
    end
Public NotInheritable Class SyncActionEventArgs
    Inherits EventArgs

Constructors

Name Description
System_CAPS_pubmethod SyncActionEventArgs(SyncAction, SyncStatus)

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

Properties

Name Description
System_CAPS_pubproperty Action

Gets the originating action for 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