Click or drag to resize

SyntheticLocalFileSystemWatcherEventArgsSourceEvents Property

Gets the source events that lead to the synthetisation of this instance.

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public IReadOnlyList<LocalFileSystemWatcherEventArgs> SourceEvents { get; }

Property Value

Type: IReadOnlyListLocalFileSystemWatcherEventArgs
The source events.
See Also