Skip to main content

TdxCustomMapControl.OnSelectionChanged Event

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

Declaration

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