Click or drag to resize

FileListOnSearchCompleted Method

Fires an event if the Search has completed.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
protected void OnSearchCompleted(
	SearchCompletedEventArgs p_EventArgs
)

Parameters

p_EventArgs
Type: Jam.ShellSearchCompletedEventArgs
The SearchCompletedEventArgs.
See Also