Click or drag to resize

LocalFileSystemWatcherEventArgsAction Property

Gets the type of directory event that occurred.

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public WatcherChangeTypes Action { get; }

Property Value

Type: WatcherChangeTypes
The action.
See Also