Skip to main content

LocationInformationReceivedEventArgs Class

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public class LocationInformationReceivedEventArgs :
    AsyncCompletedEventArgs

Remarks

An instance of the LocationInformationReceivedEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Example

<dxm:BingGeocodeDataProvider x:Name="geocodeProvider"   ProcessMouseEvents="False"
    BingKey="{Binding Source={StaticResource YourBingKey}}" 
    LocationInformationReceived="geocodeProvider_LocationInformationReceived"/>

Inheritance

Object
EventArgs
AsyncCompletedEventArgs
LocationInformationReceivedEventArgs
See Also