Click or drag to resize

StateEvent Constructor

Initializes a new instance of the StateEvent class.

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

Parameters

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