Search |
The SearchCompletedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| SearchCompletedEventArgs | Initializes a new instance of the SearchCompletedEventArgs class, the EventArgs are initialized as NOT cancelled and NO error. | |
| SearchCompletedEventArgs(Boolean) | Initializes a new instance of the SearchCompletedEventArgs class | |
| SearchCompletedEventArgs(Exception) | Initializes a new instance of the SearchCompletedEventArgs class. |
| Name | Description | |
|---|---|---|
| Cancelled | Returns true if the Search was cancelled. | |
| Error | Returns null if no Error occured, the Exception otherwise. |