Skip to main content
All docs
V25.1
  • ElementNotificationCollection<T> Class

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

    Namespace: DevExpress.XtraTreeMap

    Assembly: DevExpress.XtraTreeMap.v25.1.dll

    NuGet Package: DevExpress.TreeMap

    Declaration

    public class ElementNotificationCollection<T> :
        NotificationCollection<T>
        where T : INotifyPropertyChanged

    Type Parameters

    Name Description
    T

    The type of collection items.

    See Also