Click or drag to resize

SearchCompletedEventArgs Constructor (Boolean)

Initializes a new instance of the SearchCompletedEventArgs class

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

Parameters

p_Cancelled
Type: SystemBoolean
set this to true to indicate that the search operation was cancelled.
See Also