Back to Devexpress

ShapesLoadedEventArgs Class

wpf-devexpress-dot-xpf-dot-map-c780f74b.md

latest1.7 KB
Original Source

ShapesLoadedEventArgs Class

Provides data for the MapGeoDataAdapter.ShapesLoaded, ShapefileDataAdapter.ShapesLoaded and SvgFileDataAdapter.ShapesLoaded events.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
[NonCategorized]
public class ShapesLoadedEventArgs :
    EventArgs
vb
<NonCategorized>
Public Class ShapesLoadedEventArgs
    Inherits EventArgs

ShapesLoadedEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs ShapesLoadedEventArgs

See Also

ShapesLoadedEventArgs Members

DevExpress.Xpf.Map Namespace