New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Core

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

C#
public static class CollectionChangedEventArgsFactory

Inheritance: objectCollectionChangedEventArgsFactory

Methods

C#
public static NotifyCollectionChangedEventArgs GetAddArguments(IList itemsToAdd, int startIndex)
Parameters:itemsToAddIListstartIndexintReturns:

NotifyCollectionChangedEventArgs

C#
public static IList GetNewItems(this NotifyCollectionChangedEventArgs e)
Parameters:eNotifyCollectionChangedEventArgsReturns:

IList

C#
public static IList GetOldItems(this NotifyCollectionChangedEventArgs e)
Parameters:eNotifyCollectionChangedEventArgsReturns:

IList

C#
public static NotifyCollectionChangedEventArgs GetRemoveArguments(IList itemsToRemove, int startIndex)
Parameters:itemsToRemoveIListstartIndexintReturns:

NotifyCollectionChangedEventArgs

C#
public static NotifyCollectionChangedEventArgs GetReplaceArguments(IList oldItems, IList newItems, int startIndex)
Parameters:oldItemsIListnewItemsIListstartIndexintReturns:

NotifyCollectionChangedEventArgs

C#
public static NotifyCollectionChangedEventArgs GetResetArguments()
Returns:

NotifyCollectionChangedEventArgs