Click or drag to resize

ISyncEventsSinkOnChange Method

Called when a change occurs in any file system and must be saved.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
void OnChange(
	StateSyncChange change
)

Parameters

change
Type: callback.ShellBoost.Core.SynchronizationStateSyncChange
The change.
See Also