Skip to main content

MapItemCreatingEventHandler Delegate

A method that will handle the MapEditor.MapItemCreating event.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

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

Parameters

Name Type Description
sender Object

The event source.

e MapItemCreatingEventArgs
See Also