Click or drag to resize

SearchCompletedEventArgs Constructor (Boolean)

Initializes a new instance of the SearchCompletedEventArgs class

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
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