SearchCompletedEventArgs Constructor (Boolean) |
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public SearchCompletedEventArgs(
bool p_Cancelled
)
Public Sub New (
p_Cancelled As Boolean
)
public:
SearchCompletedEventArgs(
bool p_Cancelled
)
new :
p_Cancelled : bool -> SearchCompletedEventArgs
Parameters
- p_Cancelled
- Type: SystemBoolean
set this to true to indicate that the search operation was cancelled.
See Also