Share via


SyncOrchestratorStateChangedEventArgs Class

Provides data for the StateChanged event.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Synchronization.SyncOrchestratorStateChangedEventArgs

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

Syntax

'Declaration
Public Class SyncOrchestratorStateChangedEventArgs _
    Inherits EventArgs
'Usage
Dim instance As SyncOrchestratorStateChangedEventArgs
public class SyncOrchestratorStateChangedEventArgs : EventArgs
public ref class SyncOrchestratorStateChangedEventArgs : public EventArgs
type SyncOrchestratorStateChangedEventArgs =  
    class
        inherit EventArgs
    end
public class SyncOrchestratorStateChangedEventArgs extends EventArgs

The SyncOrchestratorStateChangedEventArgs type exposes the following members.

Constructors

  Name Description
Public method SyncOrchestratorStateChangedEventArgs Initializes a new instance of the SyncOrchestratorStateChangedEventArgs class that contains the states before and after the state change.

Top

Properties

  Name Description
Public property NewState Gets the state after the state change.
Public property OldState Gets the state before the state change.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

Reference

Microsoft.Synchronization Namespace