Click or drag to resize

SyncFileSystemEventArgsEvents Property

Gets the events.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IReadOnlyList<SyncFileSystemEvent> Events { get; }

Property Value

Type: IReadOnlyListSyncFileSystemEvent
The events.
See Also