SearchCompletedEventArgs Constructors
Provides data for the OsmSearchDataProvider.SearchCompleted event.Name | Parameters | Description |
---|---|---|
SearchCompletedEventArgs(SearchRequestResult, Exception, Boolean, Object) | requestResult, error, cancelled, userState | Initializes a new instance of the SearchCompletedEventArgs class with the specified settings. |
See Also