MapItemsCollection
Represents collection of the visualization layer items.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class MapItemsCollection : ObservableCollection<object>, IList<object>, ICollection<object>, IList, ICollection, IReadOnlyList<object>, IReadOnlyCollection<object>, IEnumerable<object>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IWeakEventListener
Inheritance: objectCollection<object>ObservableCollection<object>MapItemsCollection
Implements:
Inherited Members
Properties
Gets the number of elements actually contained in the collection.
public int Count { get; }
Methods
Add new item to the collection.
Enters a defer cycle that you can use to merge changes to the view and delay automatic refresh.
public IDisposable DeferRefresh()
An IDisposable object that you can use to dispose of the calling object.
Raises the CollectionChanged event with the provided event data.
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
The event data to report in the event.
Overrides:
Receives events from the centralized event manager.
public bool ReceiveWeakEvent(Type managerType, object sender, EventArgs e)
The type of the WeakEventManager calling this method.
senderobjectObject that originated the event.
eEventArgsEvent data.
Returns:true if the listener handled the event. It is considered an error by the WeakEventManager handling in WPF to register a listener for an event that the listener does not handle. Regardless, the method should return false if it receives an event that it does not recognize or handle.