MapItemEventArgs(MapItem) Constructor
In This Article
Initializes a new instance of the MapItemEventArgs class with the specified map item.
Namespace: DevExpress.UI.Xaml.Map
Assembly: DevExpress.UI.Xaml.Map.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
item | Map |
A Map |
#Remarks
Instances of the MapItemEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also