New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

C#
public class MapSelectionChangedEventArgs : EventArgs

Inheritance: objectEventArgsMapSelectionChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the MapSelectionChangedEventArgs class.

C#
public MapSelectionChangedEventArgs(ICollection<MapVisualElement> selectedElements)
Parameters:selectedElementsICollection<MapVisualElement>

The selected elements.

Properties

Gets the selected elements.

C#
public ReadOnlyCollection<MapVisualElement> SelectedElements { get; }
Property Value:

The selected elements.