Class CollectionChangedHelper
Inheritance
System.Object
CollectionChangedHelper
Namespace: Telerik.Windows.Core
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public sealed class CollectionChangedHelper : Object, IDisposable
Constructors
CollectionChangedHelper(INotifyCollectionChanged, Action<NotifyCollectionChangedEventArgs>)
Declaration
public CollectionChangedHelper(INotifyCollectionChanged target, Action<NotifyCollectionChangedEventArgs> collectionChangedCallback)
Parameters
System.Collections.Specialized.INotifyCollectionChanged
target
|
System.Action<System.Collections.Specialized.NotifyCollectionChangedEventArgs>
collectionChangedCallback
|
Methods
Dispose()
Declaration
public void Dispose()