Back to Devexpress

TdxCustomMapControl.OnSelectionChanged Event

vcl-dxmapcontrol-dot-tdxcustommapcontrol-bb9ed2a6.md

latest1.2 KB
Original Source

TdxCustomMapControl.OnSelectionChanged Event

Enables you to perform specific actions after the current selection has been modified.

Declaration

delphi
property OnSelectionChanged: TNotifyEvent read; write;

Remarks

Sender specifies the map control.

Handle the OnSelectionChanging event to prohibit certain map items from being selected/deselected.

See Also

TdxCustomMapControl.ClearSelection

TdxCustomMapControl.Deselect

TdxCustomMapControl.Select

TdxMapControlOptionsBehavior.MapItemSelectMode

TdxMapItem.Selected

TdxCustomMapControl Class

TdxCustomMapControl Members

dxMapControl Unit