Click or drag to resize

OnDemandLocalFileSystemOnSavedChange Method

Called when a change has been written.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual void OnSavedChange(
	StateSyncChange change,
	StateEvent event
)

Parameters

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