Skip to main content
All docs
V26.1
  • MapItemEditingEventArgs(MapEditorAction, Object, IEnumerable<MapItem>) Constructor

    Initializes a new instance of the MapItemEditingEventArgs class with the specified values of event arguments.

    Namespace: DevExpress.Xpf.Map

    Assembly: DevExpress.Xpf.Map.v26.1.dll

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public MapItemEditingEventArgs(
        MapEditorAction action,
        object info,
        IEnumerable<MapItem> items
    )

    Parameters

    Name Type Description
    action MapEditorAction

    An action that is applied to items.

    info Object

    An object that contains additional information about edited items.

    items IEnumerable<MapItem>

    A collection of edited items.

    See Also