Definition
Namespace:Telerik.Windows.Core
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
C#
public static class CollectionChangedEventArgsFactory
Inheritance: objectCollectionChangedEventArgsFactory
Methods
C#
public static IList GetNewItems(this NotifyCollectionChangedEventArgs e)
C#
public static IList GetOldItems(this NotifyCollectionChangedEventArgs e)
C#
public static NotifyCollectionChangedEventArgs GetResetArguments()