Class MapItemsCollection
Inheritance
System.Object
MapItemsCollection
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class MapItemsCollection : BindableCollection<object>, IWeakEventListener
Properties
Declaration
public int Count { get; }
Property Value
Declaration
public object this[int index] { get; }
Parameters
Property Value
Methods
Declaration
public void Add(object newItem)
Parameters
Declaration
public object GetItemAt(int index)
Parameters
Returns
Declaration
public int IndexOf(object item)
Parameters
Returns
Declaration
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
|
System.Collections.Specialized.NotifyCollectionChangedEventArgs
e
|
Declaration
public void ReceiveEvent(object sender, object e)
Parameters
|
System.Object
sender
|
|
System.Object
e
|
Implements
Extension Methods