PeerDataSelectingChangesEventArgs Class

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Provides data for the SelectingChanges event.

Namespace: Microsoft.Synchronization.Data.Peer
Assembly: Microsoft.Synchronization.Data.Peer (in microsoft.synchronization.data.peer.dll)

Syntax

'Declaration
Public Class PeerDataSelectingChangesEventArgs
    Inherits EventArgs
'Usage
Dim instance As PeerDataSelectingChangesEventArgs
public class PeerDataSelectingChangesEventArgs : EventArgs
public ref class PeerDataSelectingChangesEventArgs : public EventArgs
public class PeerDataSelectingChangesEventArgs extends EventArgs
public class PeerDataSelectingChangesEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
   System.EventArgs
    Microsoft.Synchronization.Data.Peer.PeerDataSelectingChangesEventArgs

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

PeerDataSelectingChangesEventArgs Members
Microsoft.Synchronization.Data.Peer Namespace