CustomizeMapItemEventArgs(MapItem, Object) Constructor
Initializes a new instance of the CustomizeMapItemEventArgs class with the specified event argument values.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
mapItem | MapItem | A customized MapItem class descendant object. |
sourceObject | Object | A DataSourceAdapterBase class descendant object, which is customized in this event. |
See Also