Click or drag to resize

SyncFileSystemEventArgs Constructor (IReadOnlyListSyncFileSystemEvent)

Initializes a new instance of the SyncFileSystemEventArgs class.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public SyncFileSystemEventArgs(
	IReadOnlyList<SyncFileSystemEvent> events
)

Parameters

events
Type: System.Collections.GenericIReadOnlyListSyncFileSystemEvent
The events.
Exceptions
ExceptionCondition
ArgumentNullExceptionevents is null.
ArgumentExceptionevents is empty.
See Also