Click or drag to resize

OnDemandLocalFileSystem.OnSavingChange 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.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.
Exceptions
ExceptionCondition
ArgumentNullException change is null or event is null.
See Also