Click or drag to resize

SearchCompletedEventArgs(Boolean) Constructor

Initializes a new instance of the SearchCompletedEventArgs class

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public SearchCompletedEventArgs(
	bool p_Cancelled
)

Parameters

p_Cancelled  Boolean
set this to true to indicate that the search operation was cancelled.
See Also