Skip to main content
A newer version of this page is available. .

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

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