Click or drag to resize

ISyncFileSystemSynchronizationEventsSink Interface

Defines a file system that can be notified of changes.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public interface ISyncFileSystemSynchronizationEventsSink

The ISyncFileSystemSynchronizationEventsSink type exposes the following members.

Methods
  NameDescription
Public methodOnSavedChange
Called when a change has been written.
Public methodOnSavedJob
Called when a job has been written.
Public methodOnSavingChange
Called before a change is written.
Public methodOnSavingJob
Called before a job is written.
Top
See Also