Class
CollectionChangedHelper

Definition

Namespace:Telerik.Windows.Core

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

cs-api-definition
public sealed class CollectionChangedHelper : IDisposable

Inheritance: objectCollectionChangedHelper

Implements: IDisposable

Constructors

CollectionChangedHelper(INotifyCollectionChanged, Action<NotifyCollectionChangedEventArgs>)

Declaration

cs-api-definition
public CollectionChangedHelper(INotifyCollectionChanged target, Action<NotifyCollectionChangedEventArgs> collectionChangedCallback)

Parameters

target

INotifyCollectionChanged

collectionChangedCallback

Action<NotifyCollectionChangedEventArgs>

Methods

Dispose()

Declaration

cs-api-definition
public void Dispose()

Implements IDisposable.Dispose()