Back to Devexpress

ElementNotificationCollection<T> Class

windowsforms-devexpress-dot-xtratreemap-dot-elementnotificationcollection-1.md

latest1.6 KB
Original Source

ElementNotificationCollection<T> Class

A base class for collections that can send notifications about element updates.

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
public class ElementNotificationCollection<T> :
    NotificationCollection<T>
    where T : INotifyPropertyChanged
vb
Public Class ElementNotificationCollection(Of T As INotifyPropertyChanged)
    Inherits NotificationCollection(Of T)

Type Parameters

NameDescription
T

The type of collection items.

|

Inheritance

Object DXCollectionBase<T> DXCollection<T> NotificationCollection<T> ElementNotificationCollection<T> LegendCollection

TitleCollection

See Also

ElementNotificationCollection<T> Members

DevExpress.XtraTreeMap Namespace