Class
NotifyCollectionChangedEventArgs

Definition

Namespace:Telerik.ReportServer.Services.Models.RecurrenceRules

Assembly:Telerik.ReportServer.Services.Models.dll

Syntax:

cs-api-definition
public class NotifyCollectionChangedEventArgs : EventArgs

Inheritance: objectEventArgsNotifyCollectionChangedEventArgs

Constructors

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction)

Declaration

cs-api-definition
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action)

Parameters

action

NotifyCollectionChangedAction

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList)

Declaration

cs-api-definition
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, IList changedItems)

Parameters

action

NotifyCollectionChangedAction

changedItems

IList

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList, IList)

Declaration

cs-api-definition
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, IList newItems, IList oldItems)

Parameters

action

NotifyCollectionChangedAction

newItems

IList

oldItems

IList

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList, IList, int)

Declaration

cs-api-definition
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, IList newItems, IList oldItems, int startingIndex)

Parameters

action

NotifyCollectionChangedAction

newItems

IList

oldItems

IList

startingIndex

int

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList, int)

Declaration

cs-api-definition
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, IList changedItems, int startingIndex)

Parameters

action

NotifyCollectionChangedAction

changedItems

IList

startingIndex

int

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList, int, int)

Declaration

cs-api-definition
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, IList changedItems, int index, int oldIndex)

Parameters

action

NotifyCollectionChangedAction

changedItems

IList

index

int

oldIndex

int

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, object)

Declaration

cs-api-definition
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, object changedItem)

Parameters

action

NotifyCollectionChangedAction

changedItem

object

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, object, int)

Declaration

cs-api-definition
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, object changedItem, int index)

Parameters

action

NotifyCollectionChangedAction

changedItem

object

index

int

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, object, int, int)

Declaration

cs-api-definition
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, object changedItem, int index, int oldIndex)

Parameters

action

NotifyCollectionChangedAction

changedItem

object

index

int

oldIndex

int

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, object, object)

Declaration

cs-api-definition
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, object newItem, object oldItem)

Parameters

action

NotifyCollectionChangedAction

newItem

object

oldItem

object

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, object, object, int)

Declaration

cs-api-definition
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, object newItem, object oldItem, int index)

Parameters

action

NotifyCollectionChangedAction

newItem

object

oldItem

object

index

int

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, object, object, int, string)

Declaration

cs-api-definition
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, object newItem, object oldItem, int index, string propertyName)

Parameters

action

NotifyCollectionChangedAction

newItem

object

oldItem

object

index

int

propertyName

string

Properties

Action

Declaration

cs-api-definition
public NotifyCollectionChangedAction Action { get; protected set; }

Property Value

NotifyCollectionChangedAction

NewItems

Declaration

cs-api-definition
public IList NewItems { get; protected set; }

Property Value

IList

NewStartingIndex

Declaration

cs-api-definition
public int NewStartingIndex { get; protected set; }

Property Value

int

OldItems

Declaration

cs-api-definition
public IList OldItems { get; protected set; }

Property Value

IList

OldStartingIndex

Declaration

cs-api-definition
public int OldStartingIndex { get; protected set; }

Property Value

int

PropertyName

Declaration

cs-api-definition
public string PropertyName { get; protected set; }

Property Value

string

ResetReason

Declaration

cs-api-definition
public CollectionResetReason ResetReason { get; }

Property Value

CollectionResetReason