Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
C#
public class MapSelectionChangedEventArgs : EventArgs
Inheritance: objectEventArgsMapSelectionChangedEventArgs
Inherited Members
Constructors
Initializes a new instance of the MapSelectionChangedEventArgs class.
C#
public MapSelectionChangedEventArgs(ICollection<MapVisualElement> selectedElements)
The selected elements.
Properties
Gets the selected elements.
C#
public ReadOnlyCollection<MapVisualElement> SelectedElements { get; }
The selected elements.