Click or drag to resize
ObservableCollectionHelper Class
Provides helper methods for collections that implement INotifyCollectionChanged.
Inheritance Hierarchy
SystemObject
  Lawo.ComponentModelObservableCollectionHelper

Namespace: Lawo.ComponentModel
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public static class ObservableCollectionHelper

The ObservableCollectionHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddChangeHandlersTCollection, TItem
Adds a handler to collection that translates collection changes and forwards them to added, removed and cleared as appropriate.
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also