Class CollectionChangedHelper
Inheritance
System.Object
CollectionChangedHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Core
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public sealed class CollectionChangedHelper : 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()
Implements
System.IDisposable.Dispose()