

'DeclarationPublic Class SynchronizationEvents
'UsageDim instance As SynchronizationEvents
public class SynchronizationEvents
System.Object
Xceed.Synchronization.SynchronizationEvents
| Name | Description | |
|---|---|---|
![]() | SynchronizationEvents Constructor | Initializes a new instance of the SynchronizationEvents class. |
| Name | Description | |
|---|---|---|
![]() ![]() | Empty | This property is reserved for internal use and is not intended to be used directly from your code. |
| Name | Description | |
|---|---|---|
![]() | WantsAnalysis | Gets a boolean value indicating whether the SynchronizationEvents object has subscribed to the Analysis event. |
![]() | WantsCompareFileData | Gets a boolean value indicating whether the SynchronizationEvents object has subscribed to the CompareFileData event. |
![]() | WantsConflict | Gets a boolean value indicating whether the SynchronizationEvents object has subscribed to the Conflict event. |
![]() | WantsFolderOperationAnalysis | Gets a boolean value indicating whether the SynchronizationEvents object has subscribed to the FolderOperationAnalysis event. |
![]() | WantsFolderSynchronizationProgression | Gets a boolean value indicating whether the SynchronizationEvents object has subscribed to the FolderSynchronizationProgression event. |
![]() | WantsGetSynchronizationFileFromFolder | Gets a boolean value indicating whether the SynchronizationEvents object has subscribed to the GettingSynchronizationFileFromFolder event. |
![]() | WantsLoadingMetaData | Gets a boolean value indicating whether the SynchronizationEvents object has subscribed to the LoadingMetaData event. |
![]() | WantsMetaDataLoaded | Gets a boolean value indicating whether the SynchronizationEvents object has subscribed to the MetaDataLoaded event. |
![]() | WantsMetaDataSaved | Gets a boolean value indicating whether the SynchronizationEvents object has subscribed to the MetaDataSaved event. |
![]() | WantsSavingMetaData | Gets a boolean value indicating whether the SynchronizationEvents object has subscribed to the SavingMetaData event. |
![]() | WantsSynchronizationProgression | Gets a boolean value indicating whether the SynchronizationEvents object has subscribed to the SynchronizationProgression event. |
| Name | Description | |
|---|---|---|
![]() | CreateSession | Creates and initializes a new SynchronizationEventsSession object from the current SynchronizationEvents instance. |
| Name | Description | |
|---|---|---|
![]() | OnAnalysis | Raises the Analysis event. |
![]() | OnCompareFileData | Raises the CompareFileData event. |
![]() | OnConflict | Raises the Conflict event. |
![]() | OnFolderOperationAnalysis | Raises the FolderOperationAnalysis event. |
![]() | OnFolderSynchronizationProgression | Raises the FolderSynchronizationProgression event. |
![]() | OnGettingSynchronizationFileFromFolder | Raises the GettingSynchronizationFileFromFolder event. |
![]() | OnLoadingMetaData | Raises the LoadingMetaData event. |
![]() | OnMetaDataLoaded | Raises the MetaDataLoaded event. |
![]() | OnMetaDataSaved | Raises the MetaDataSaved event. |
![]() | OnSavingMetaData | Raises the SavingMetaData event. |
![]() | OnSynchronizationProgression | Raises the SynchronizationProgression event. |
![]() | ValidateParams | Verifies the validity of the parameters sent to the event handlers. |
| Name | Description | |
|---|---|---|
![]() | Analysis | Raised when the analysis is being performed. |
![]() | CompareFileData | Raised when the file data is compared. |
![]() | Conflict | Raised when there is a conflict. |
![]() | FolderOperationAnalysis | Raised when the analysis is being performed. |
![]() | FolderSynchronizationProgression | Raised every time an AbstractFile object, from a folder being synchronized, is about to be synchronized, providing, if enabled, progression information to the event handler. |
![]() | GettingSynchronizationFileFromFolder | Raised when the synchronization file is being gotten from the folder. |
![]() | LoadingMetaData | Raised when the meta data is being loaded. |
![]() | MetaDataLoaded | Raised when the meta data has been loaded. |
![]() | MetaDataSaved | Raised when the meta data has been saved. |
![]() | SavingMetaData | Raised when the meta data is being saved. |
![]() | SynchronizationProgression | Raised periodically during the synchronization of Xceed.FileSystem.AbstractFile objects providing progression information to the event handler. |
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Standard: netstandard2.0, netstandard2.1
.NET Framework: net20, net35, net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.