Click or drag to resize

FolderViewEvents.NoItemStateChanged Event

Occurs when we went from 0 to some or some to 0 items in the view.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public event EventHandler<DispatchEventArgs> NoItemStateChanged

Value

Type: System.EventHandler<DispatchEventArgs>
See Also