Back to Devexpress

LocationInformationReceivedEventArgs Class

windowsforms-devexpress-dot-xtramap-9f2c488a.md

latest2.0 KB
Original Source

LocationInformationReceivedEventArgs Class

Provides data for the BingGeocodeDataProvider.LocationInformationReceived event.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public class LocationInformationReceivedEventArgs :
    AsyncCompletedEventArgs
vb
Public Class LocationInformationReceivedEventArgs
    Inherits AsyncCompletedEventArgs

LocationInformationReceivedEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs AsyncCompletedEventArgs LocationInformationReceivedEventArgs

See Also

LocationInformationReceivedEventArgs Members

DevExpress.XtraMap Namespace