Click or drag to resize

SyncFileSystemEventArgs Constructor (SyncFileSystemEvent)

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(
	SyncFileSystemEvent event
)

Parameters

event
Type: callback.ShellBoost.Core.SynchronizationSyncFileSystemEvent
The event.
Exceptions
ExceptionCondition
ArgumentNullExceptionevent is null.
See Also