Click or drag to resize

CustomFileList<T>.ClearItems Event

This event occurs if the FileList is cleared by calling the clear() method.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public event EventHandler<EventArgs> ClearItems

Value

Type: System.EventHandler<EventArgs>
See Also