Click or drag to resize

ISyncFileSystemSynchronizationEventsSink.OnSavingChange Method

Called before a change is written.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
bool OnSavingChange(
	StateSyncChange change,
	StateEvent event
)

Parameters

change
Type: callback.ShellBoost.Core.Synchronization.StateSyncChange
The change.
event
Type: callback.ShellBoost.Core.Synchronization.StateEvent
The event.

Return Value

Type: Boolean
true to allow saving the change; otherwise false.
See Also