Back to Devexpress

LayerItemsGeneratingEventArgs Class

wpf-devexpress-dot-xpf-dot-map-412b4c7f.md

latest1.6 KB
Original Source

LayerItemsGeneratingEventArgs Class

Provides data for the InformationDataProviderBase.LayerItemsGenerating event.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

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

LayerItemsGeneratingEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs AsyncCompletedEventArgs LayerItemsGeneratingEventArgs

See Also

LayerItemsGeneratingEventArgs Members

DevExpress.Xpf.Map Namespace