Skip to content

DevExpress-Examples/wpf-map-process-search-with-a-custom-search-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Map for WPF - How to Manually Process Search with a Custom Search Panel

This example demonstrates how to create a custom search panel and manually process data obtained from the search request.

Example Overview

To implement custom search, call the BingSearchDataProvider.Search method. In this example a custom search panel contains two text edits (for the Keyword and Location) and the Search button.
The Search button's click event handler includes the call of the Search method and the Keyword and Location Edits text values are sent as its parameters.

To manually process the result of the search request, handle the BingSearchDataProvider.SearchCompleted event.

Files to Review

About

This example demonstrates how to create a custom search panel and manually process data obtained from the search request.

Topics

Resources

License

Stars

Watchers

Forks