Click or drag to resize

ISyncFileSystemSynchronizationEventsSinkOnSavingChange Method

Called before a change is written.

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

Parameters

change
Type: ShellBoost.Core.SynchronizationStateSyncChange
The change.
event
Type: ShellBoost.Core.SynchronizationStateEvent
The event.

Return Value

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