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

MapItemCreatingEventHandler Delegate

A method that will handle the MapEditor.MapItemCreating event.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v19.2.dll

Declaration

public delegate void MapItemCreatingEventHandler(
    object sender,
    MapItemCreatingEventArgs e
);

Parameters

Name Type Description
sender Object

The event source.

e MapItemCreatingEventArgs
See Also