Xceed .NET Libraries Documentation
Xceed.Synchronization Assembly / Xceed.Synchronization Namespace / SynchronizationEvents Class
Properties Methods Events


In This Topic
    SynchronizationEvents Class Members
    In This Topic

    The following tables list the members exposed by SynchronizationEvents.

    Public Constructors
    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)This property is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Protected Properties
     NameDescription
    Protected Internal PropertyGets a boolean value indicating whether the SynchronizationEvents object has subscribed to the Analysis event.  
    Protected Internal PropertyGets a boolean value indicating whether the SynchronizationEvents object has subscribed to the CompareFileData event.  
    Protected Internal PropertyGets a boolean value indicating whether the SynchronizationEvents object has subscribed to the Conflict event.  
    Protected Internal PropertyGets a boolean value indicating whether the SynchronizationEvents object has subscribed to the FolderOperationAnalysis event.  
    Protected Internal PropertyGets a boolean value indicating whether the SynchronizationEvents object has subscribed to the FolderSynchronizationProgression event.  
    Protected Internal PropertyGets a boolean value indicating whether the SynchronizationEvents object has subscribed to the GettingSynchronizationFileFromFolder event.  
    Protected Internal PropertyGets a boolean value indicating whether the SynchronizationEvents object has subscribed to the LoadingMetaData event.  
    Protected Internal PropertyGets a boolean value indicating whether the SynchronizationEvents object has subscribed to the MetaDataLoaded event.  
    Protected Internal PropertyGets a boolean value indicating whether the SynchronizationEvents object has subscribed to the MetaDataSaved event.  
    Protected Internal PropertyGets a boolean value indicating whether the SynchronizationEvents object has subscribed to the SavingMetaData event.  
    Protected Internal PropertyGets a boolean value indicating whether the SynchronizationEvents object has subscribed to the SynchronizationProgression event.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates and initializes a new SynchronizationEventsSession object from the current SynchronizationEvents instance.  
    Top
    Protected Methods
     NameDescription
    Protected Internal MethodRaises the Analysis event.  
    Protected Internal MethodRaises the CompareFileData event.  
    Protected Internal MethodRaises the Conflict event.  
    Protected Internal MethodRaises the FolderOperationAnalysis event.  
    Protected Internal MethodRaises the FolderSynchronizationProgression event.  
    Protected Internal MethodRaises the GettingSynchronizationFileFromFolder event.  
    Protected Internal MethodRaises the LoadingMetaData event.  
    Protected Internal MethodRaises the MetaDataLoaded event.  
    Protected Internal MethodRaises the MetaDataSaved event.  
    Protected Internal MethodRaises the SavingMetaData event.  
    Protected Internal MethodRaises the SynchronizationProgression event.  
    Protected MethodVerifies the validity of the parameters sent to the event handlers.  
    Top
    Public Events
     NameDescription
    Public EventRaised when the analysis is being performed.  
    Public EventRaised when the file data is compared.  
    Public EventRaised when there is a conflict.  
    Public EventRaised when the analysis is being performed.  
    Public EventRaised every time an AbstractFile object, from a folder being synchronized, is about to be synchronized, providing, if enabled, progression information to the event handler.  
    Public EventRaised when the synchronization file is being gotten from the folder.  
    Public EventRaised when the meta data is being loaded.  
    Public EventRaised when the meta data has been loaded.  
    Public EventRaised when the meta data has been saved.  
    Public EventRaised when the meta data is being saved.  
    Public EventRaised periodically during the synchronization of Xceed.FileSystem.AbstractFile objects providing progression information to the event handler.  
    Top
    See Also