Back to Devexpress

MapItemEditedEventArgs.Action Property

windowsforms-devexpress-dot-xtramap-dot-mapitemeditedeventargs.md

latest1.7 KB
Original Source

MapItemEditedEventArgs.Action Property

Returns the action that has been applied to map items.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public MapEditorAction Action { get; }
vb
Public ReadOnly Property Action As MapEditorAction

Property Value

TypeDescription
MapEditorAction

The action performed using the Map Editor.

|

Available values:

NameDescription
None

No action is performed.

| | Move |

Map items have been moved.

| | Rotate |

Map items have been rotated.

| | Resize |

Map items have been resized.

| | PointUpdate |

A map item’s point coordinates have been changed.

| | PointAdd |

A new point has been added to the map item.

| | PointRemove |

A map item’s point has been removed.

| | Create |

A new map shape has been created.

| | Remove |

Map items have been removed.

| | Copy |

Map items have been copied.

|

See Also

MapItemEditedEventArgs Class

MapItemEditedEventArgs Members

DevExpress.XtraMap Namespace