Back to Devexpress

MapItemEditingEventArgs.Action Property

windowsforms-devexpress-dot-xtramap-dot-mapitemeditingeventargs-d552cd87.md

latest1.6 KB
Original Source

MapItemEditingEventArgs.Action Property

Returns the action applied to 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

An action that is applied to items.

|

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

MapItemEditingEventArgs Class

MapItemEditingEventArgs Members

DevExpress.XtraMap Namespace