Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public CustomizeMapItemEventArgs(
    MapItem mapItem,
    object sourceObject
)

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