ClassNotifyCollectionChangingEventArgs
Definition
Namespace:Telerik.ReportServer.Services.Models.RecurrenceRules
Assembly:Telerik.ReportServer.Services.Models.dll
Syntax:
public class NotifyCollectionChangingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsNotifyCollectionChangingEventArgs
Constructors
NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction)
Declaration
public NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction action)
Parameters
action
NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, IList)
Declaration
public NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction action, IList changedItems)
Parameters
action
changedItems
IList
NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, IList, IList)
Declaration
public NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction action, IList newItems, IList oldItems)
Parameters
action
newItems
IList
oldItems
IList
NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, IList, IList, int)
Declaration
public NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction action, IList newItems, IList oldItems, int startingIndex)
Parameters
action
newItems
IList
oldItems
IList
startingIndex
int
NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, IList, int)
Declaration
public NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction action, IList changedItems, int startingIndex)
Parameters
action
changedItems
IList
startingIndex
int
NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, IList, int, int)
Declaration
public NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction action, IList changedItems, int index, int oldIndex)
Parameters
action
changedItems
IList
index
int
oldIndex
int
NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, object)
Declaration
public NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction action, object changedItem)
Parameters
action
changedItem
object
NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, object, int)
Declaration
public NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction action, object changedItem, int index)
Parameters
action
changedItem
object
index
int
NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, object, int, int)
Declaration
public NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction action, object changedItem, int index, int oldIndex)
Parameters
action
changedItem
object
index
int
oldIndex
int
NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, object, object)
Declaration
public NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction action, object newItem, object oldItem)
Parameters
action
newItem
object
oldItem
object
NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, object, object, int)
Declaration
public NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction action, object newItem, object oldItem, int index)
Parameters
action
newItem
object
oldItem
object
index
int
NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, object, object, int, PropertyChangingEventArgsEx)
Declaration
public NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction action, object newItem, object oldItem, int index, PropertyChangingEventArgsEx propertyArgs)
Parameters
action
newItem
object
oldItem
object
index
int
propertyArgs
Properties
Action
Declaration
public NotifyCollectionChangedAction Action { get; protected set; }
Property Value
NewItems
Declaration
public IList NewItems { get; protected set; }
Property Value
IList
NewStartingIndex
Declaration
public int NewStartingIndex { get; protected set; }
Property Value
int
OldItems
Declaration
public IList OldItems { get; protected set; }
Property Value
IList
OldStartingIndex
Declaration
public int OldStartingIndex { get; protected set; }
Property Value
int
PropertyArgs
Declaration
public PropertyChangingEventArgsEx PropertyArgs { get; protected set; }
Property Value