MapItemCreatingEventHandler Delegate
A method that will handle the MapEditor.MapItemCreating event.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.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