SearchCompletedEventArgs(Boolean) Constructor |
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic SearchCompletedEventArgs(
bool p_Cancelled
)
Public Sub New (
p_Cancelled As Boolean
)
public:
SearchCompletedEventArgs(
bool p_Cancelled
)
new :
p_Cancelled : bool -> SearchCompletedEventArgsParameters
- p_Cancelled Boolean
- set this to true to indicate that the search operation was cancelled.
See Also