Click or drag to resize

LocalFileSystem.Including Event

Occurs when a FileSystemEntry is being included.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public event EventHandler<LocalFileSystemEntryIncludeEventArgs> Including

Value

Type: System.EventHandler<LocalFileSystemEntryIncludeEventArgs>
See Also