Back to Devexpress

DataLoadedEventArgs Class

windowsforms-devexpress-dot-xtramap-b5af6b48.md

latest1.4 KB
Original Source

DataLoadedEventArgs Class

Provides data for the LayerBase.DataLoaded event.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public class DataLoadedEventArgs :
    EventArgs
vb
Public Class DataLoadedEventArgs
    Inherits EventArgs

DataLoadedEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs DataLoadedEventArgs MapItemsLoadedEventArgs

See Also

DataLoadedEventArgs Members

DevExpress.XtraMap Namespace