Click or drag to resize

ISyncEventsSinkOnChange Method

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

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

Parameters

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