ClassNotifyCollectionChangedEventArgs
Definition
Namespace:Telerik.ReportServer.Services.Models.RecurrenceRules
Assembly:Telerik.ReportServer.Services.Models.dll
Syntax:
public class NotifyCollectionChangedEventArgs : EventArgs
Inheritance: objectEventArgsNotifyCollectionChangedEventArgs
Constructors
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction)
Declaration
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action)
Parameters
action
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList)
Declaration
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, IList changedItems)
Parameters
action
changedItems
IList
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList, IList)
Declaration
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, IList newItems, IList oldItems)
Parameters
action
newItems
IList
oldItems
IList
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList, IList, int)
Declaration
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, IList newItems, IList oldItems, int startingIndex)
Parameters
action
newItems
IList
oldItems
IList
startingIndex
int
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList, int)
Declaration
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, IList changedItems, int startingIndex)
Parameters
action
changedItems
IList
startingIndex
int
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList, int, int)
Declaration
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, IList changedItems, int index, int oldIndex)
Parameters
action
changedItems
IList
index
int
oldIndex
int
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, object)
Declaration
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, object changedItem)
Parameters
action
changedItem
object
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, object, int)
Declaration
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, object changedItem, int index)
Parameters
action
changedItem
object
index
int
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, object, int, int)
Declaration
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, object changedItem, int index, int oldIndex)
Parameters
action
changedItem
object
index
int
oldIndex
int
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, object, object)
Declaration
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, object newItem, object oldItem)
Parameters
action
newItem
object
oldItem
object
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, object, object, int)
Declaration
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, object newItem, object oldItem, int index)
Parameters
action
newItem
object
oldItem
object
index
int
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, object, object, int, string)
Declaration
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, object newItem, object oldItem, int index, string propertyName)
Parameters
action
newItem
object
oldItem
object
index
int
propertyName
string
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
PropertyName
Declaration
public string PropertyName { get; protected set; }
Property Value
string
ResetReason
Declaration
public CollectionResetReason ResetReason { get; }
Property Value