Class
CollectionChangedEventArgsFactory

Definition

Namespace:Telerik.Windows.Core

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

cs-api-definition
public static class CollectionChangedEventArgsFactory

Inheritance: objectCollectionChangedEventArgsFactory

Methods

GetAddArguments(IList, int)

Declaration

cs-api-definition
public static NotifyCollectionChangedEventArgs GetAddArguments(IList itemsToAdd, int startIndex)

Parameters

itemsToAdd

IList

startIndex

int

Returns

NotifyCollectionChangedEventArgs

GetNewItems(NotifyCollectionChangedEventArgs)

Declaration

cs-api-definition
public static IList GetNewItems(this NotifyCollectionChangedEventArgs e)

Parameters

e

NotifyCollectionChangedEventArgs

Returns

IList

GetOldItems(NotifyCollectionChangedEventArgs)

Declaration

cs-api-definition
public static IList GetOldItems(this NotifyCollectionChangedEventArgs e)

Parameters

e

NotifyCollectionChangedEventArgs

Returns

IList

GetRemoveArguments(IList, int)

Declaration

cs-api-definition
public static NotifyCollectionChangedEventArgs GetRemoveArguments(IList itemsToRemove, int startIndex)

Parameters

itemsToRemove

IList

startIndex

int

Returns

NotifyCollectionChangedEventArgs

GetReplaceArguments(IList, IList, int)

Declaration

cs-api-definition
public static NotifyCollectionChangedEventArgs GetReplaceArguments(IList oldItems, IList newItems, int startIndex)

Parameters

oldItems

IList

newItems

IList

startIndex

int

Returns

NotifyCollectionChangedEventArgs

GetResetArguments()

Declaration

cs-api-definition
public static NotifyCollectionChangedEventArgs GetResetArguments()

Returns

NotifyCollectionChangedEventArgs