Click or drag to resize

LocalFileSystemWatcherEventArgsAction Property

Gets the type of directory event that occurred.

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

Property Value

Type: WatcherChangeTypes
The action.
See Also