Name | Description | |
---|---|---|
SynchronizationEvents Constructor |
The following tables list the members exposed by SynchronizationEvents.
Name | Description | |
---|---|---|
SynchronizationEvents Constructor |
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. |