Xceed .NET Libraries Documentation
IsFirstSynchronization Property


Xceed.Synchronization Assembly > Xceed.Synchronization Namespace > SynchronizationEventArgs Class : IsFirstSynchronization Property
Gets a boolean value indicating whether this is the first synchronization with the current items.
Syntax
'Declaration
 
Public ReadOnly Property IsFirstSynchronization As Boolean
'Usage
 
Dim instance As SynchronizationEventArgs
Dim value As Boolean
 
value = instance.IsFirstSynchronization
public bool IsFirstSynchronization {get;}

Property Value

true if the synchronization is the first made with the current items; false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SynchronizationEventArgs Class
SynchronizationEventArgs Members