Class MapSelectionChangedEventArgs
Inheritance
System.Object
System.EventArgs
MapSelectionChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class MapSelectionChangedEventArgs : EventArgs
Constructors
MapSelectionChangedEventArgs(ICollection<MapVisualElement>)
Initializes a new instance of the MapSelectionChangedEventArgs class.
Declaration
public MapSelectionChangedEventArgs(ICollection<MapVisualElement> selectedElements)
Parameters
System.Collections.Generic.ICollection<MapVisualElement>
selectedElements
The selected elements. |
Properties
SelectedElements
Gets the selected elements.
Declaration
public ReadOnlyCollection<MapVisualElement> SelectedElements { get; }
Property Value
System.Collections.ObjectModel.ReadOnlyCollection<MapVisualElement>
The selected elements. |