Class
NotifyCollectionChangingEventArgs

Definition

Namespace:Telerik.ReportServer.Services.Models.RecurrenceRules

Assembly:Telerik.ReportServer.Services.Models.dll

Syntax:

cs-api-definition
public class NotifyCollectionChangingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsNotifyCollectionChangingEventArgs

Constructors

NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction)

Declaration

cs-api-definition
public NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction action)

Parameters

action

NotifyCollectionChangedAction

NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, IList)

Declaration

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

Parameters

action

NotifyCollectionChangedAction

changedItems

IList

NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, IList, IList)

Declaration

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

Parameters

action

NotifyCollectionChangedAction

newItems

IList

oldItems

IList

NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, IList, IList, int)

Declaration

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

Parameters

action

NotifyCollectionChangedAction

newItems

IList

oldItems

IList

startingIndex

int

NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, IList, int)

Declaration

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

Parameters

action

NotifyCollectionChangedAction

changedItems

IList

startingIndex

int

NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, IList, int, int)

Declaration

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

Parameters

action

NotifyCollectionChangedAction

changedItems

IList

index

int

oldIndex

int

NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, object)

Declaration

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

Parameters

action

NotifyCollectionChangedAction

changedItem

object

NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, object, int)

Declaration

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

Parameters

action

NotifyCollectionChangedAction

changedItem

object

index

int

NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, object, int, int)

Declaration

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

Parameters

action

NotifyCollectionChangedAction

changedItem

object

index

int

oldIndex

int

NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, object, object)

Declaration

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

Parameters

action

NotifyCollectionChangedAction

newItem

object

oldItem

object

NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, object, object, int)

Declaration

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

Parameters

action

NotifyCollectionChangedAction

newItem

object

oldItem

object

index

int

NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, object, object, int, PropertyChangingEventArgsEx)

Declaration

cs-api-definition
public NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction action, object newItem, object oldItem, int index, PropertyChangingEventArgsEx propertyArgs)

Parameters

action

NotifyCollectionChangedAction

newItem

object

oldItem

object

index

int

propertyArgs

PropertyChangingEventArgsEx

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

PropertyArgs

Declaration

cs-api-definition
public PropertyChangingEventArgsEx PropertyArgs { get; protected set; }

Property Value

PropertyChangingEventArgsEx