ClassCollectionChangedHelper
Class
Definition
Namespace:Telerik.Windows.Core
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
cs-api-definition
public sealed class CollectionChangedHelper : IDisposable
Inheritance: objectCollectionChangedHelper
Implements:
Constructors
CollectionChangedHelper(INotifyCollectionChanged, Action<NotifyCollectionChangedEventArgs>)
Declaration
cs-api-definition
public CollectionChangedHelper(INotifyCollectionChanged target, Action<NotifyCollectionChangedEventArgs> collectionChangedCallback)
Parameters
target
collectionChangedCallback
Methods
Dispose()
Declaration
cs-api-definition
public void Dispose()
Implements