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

MapItemClickEventArgs(MapItem, MouseEventArgs) Constructor

Initializes a new instance of the MapItemClickEventArgs class with the specified settings.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

public MapItemClickEventArgs(
    MapItem item,
    MouseEventArgs args
)

Parameters

Name Type Description
item MapItem

A MapItem value specifying a map item to be clicked. This value is assigned to the MapItemEventArgs.Item property.

args MouseEventArgs

A MouseEventArgs object that contains information on the clicked map item.

Remarks

Instances of the MapItemClickEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also