Back to Devexpress

MapItemCreatingEventHandler Delegate

wpf-devexpress-dot-xpf-dot-map-f5ca3bf9.md

latest1.1 KB
Original Source

MapItemCreatingEventHandler Delegate

A method that will handle the MapEditor.MapItemCreating event.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public delegate void MapItemCreatingEventHandler(
    object sender,
    MapItemCreatingEventArgs e
);
vb
Public Delegate Sub MapItemCreatingEventHandler(
    sender As Object,
    e As MapItemCreatingEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | MapItemCreatingEventArgs | |

See Also

DevExpress.Xpf.Map Namespace