windowsforms-devexpress-dot-xtramap-9f2c488a.md
Provides data for the BingGeocodeDataProvider.LocationInformationReceived event.
Namespace : DevExpress.XtraMap
Assembly : DevExpress.XtraMap.v25.2.dll
NuGet Package : DevExpress.Win.Map
public class LocationInformationReceivedEventArgs :
AsyncCompletedEventArgs
Public Class LocationInformationReceivedEventArgs
Inherits AsyncCompletedEventArgs
LocationInformationReceivedEventArgs is the data class for the following events:
An instance of the LocationInformationReceivedEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.
Object EventArgs AsyncCompletedEventArgs LocationInformationReceivedEventArgs
See Also