Back to Devexpress

MapItemEditingEventArgs Members

windowsforms-devexpress-dot-xtramap-dot-mapitemeditingeventargs-dot-underscore-members.md

latest3.7 KB
Original Source

MapItemEditingEventArgs Members

Provides data for the MapEditor.MapItemEditing event.

Constructors

NameDescription
MapItemEditingEventArgs(MapEditMode, MapEditorAction, Object, IEnumerable<MapItem>)Initializes a new instance of the MapItemEditingEventArgs class with the specified values of event arguments.

Fields

NameDescription
Empty staticProvides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

NameDescription
ActionReturns the action applied to items.
AdditionalInfoReturns additional information about edited items.
EditModeReturns the map edit mode.
ItemsReturns the items to be displayed on a map.
ResultGets or sets the edit action result.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

MapItemEditingEventArgs Class

DevExpress.XtraMap Namespace