Xceed .NET Libraries Documentation
Xceed.Synchronization Assembly / Xceed.Synchronization Namespace / SynchronizationEventsSession Class / SynchronizationEvents Property


In This Topic
    SynchronizationEvents Property
    In This Topic
    This property reserved for internal use and should not be called directly from your code. Gets the synchronization events of the session.
    Syntax
    'Declaration
     
    Public ReadOnly Property SynchronizationEvents As SynchronizationEvents
    'Usage
     
    Dim instance As SynchronizationEventsSession
    Dim value As SynchronizationEvents
     
    value = instance.SynchronizationEvents
    public SynchronizationEvents SynchronizationEvents {get;}

    Property Value

    A SynchronizationEvents object representing the synchronization events of the session.
    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