SearchCompletedEventArgsCancelled Property |
Returns true if the Search was cancelled.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public bool Cancelled { get; }
Public ReadOnly Property Cancelled As Boolean
Get
public:
property bool Cancelled {
bool get ();
}
member Cancelled : bool with get
Property Value
Type:
BooleanSee Also