ShellBrowser .Net Edition
ClearItems Event
NamespacesJam.ShellCustomFileList<(Of <(LIST_ITEM>)>)ClearItems
This event occurs if the FileList is cleared by calling the clear() method.
Declaration Syntax
C#Visual BasicVisual C++
public event EventHandler<EventArgs> ClearItems
Public Event ClearItems As EventHandler(Of EventArgs)
public:
 event EventHandler<EventArgs^>^ ClearItems {
	void add (EventHandler<EventArgs^>^ value);
	void remove (EventHandler<EventArgs^>^ value);
}

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)