Click or drag to resize

OnDemandLocalFileSystemOnSavingChange Method

Called when a change has been written.

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

Parameters

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

Return Value

Type: Boolean
true to allow saving the change; otherwise false.
Exceptions
ExceptionCondition
ArgumentNullException change is null or event is null.
See Also