ClassMapSelectionChangedEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
cs-api-definition
public class MapSelectionChangedEventArgs : EventArgs
Inheritance: objectEventArgsMapSelectionChangedEventArgs
Inherited Members
Constructors
MapSelectionChangedEventArgs(ICollection<MapVisualElement>)
Initializes a new instance of the MapSelectionChangedEventArgs class.
Declaration
cs-api-definition
public MapSelectionChangedEventArgs(ICollection<MapVisualElement> selectedElements)
Parameters
selectedElements
ICollection<MapVisualElement>
The selected elements.
Properties
SelectedElements
Gets the selected elements.
Declaration
cs-api-definition
public ReadOnlyCollection<MapVisualElement> SelectedElements { get; }
Property Value
ReadOnlyCollection<MapVisualElement>
The selected elements.