Skip to main content

MapItemEditedEventHandler Delegate

A method that will handle the MapEditor.MapItemEdited event.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public delegate void MapItemEditedEventHandler(
    object sender,
    MapItemEditedEventArgs e
);

Parameters

Name Type Description
sender Object

The event source.

e MapItemEditedEventArgs
See Also