Click or drag to resize

StateEvent Constructor

Initializes a new instance of the StateEvent class.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public StateEvent(
	StateSyncEntry entry,
	StateSyncEntry oldEntry = null,
	SyncFileSystemEvent event = null
)

Parameters

entry
Type: callback.ShellBoost.Core.SynchronizationStateSyncEntry
The entry.
oldEntry (Optional)
Type: callback.ShellBoost.Core.SynchronizationStateSyncEntry
The optional old entry.
event (Optional)
Type: callback.ShellBoost.Core.SynchronizationSyncFileSystemEvent
The optional related file system event.
Exceptions
ExceptionCondition
ArgumentNullExceptionentry is null.
See Also