RadControls for WinForms

Overload List

  NameDescription
Public methodNotifyCollectionChangingEventArgs(NotifyCollectionChangedAction)
Initializes a new instance of the NotifyCollectionChangingEventArgs class that describes a Reset change.
Public methodNotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, IList)
Initializes a new instance of the NotifyCollectionChangingEventArgs class that describes a multi-item change.
Public methodNotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, Object)
Initializes a new instance of the NotifyCollectionChangingEventArgs class that describes a one-item change.
Public methodNotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, IList, IList)
Initializes a new instance of the NotifyCollectionChangingEventArgs class that describes a multi-item Replace change.
Public methodNotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, IList, Int32)
Initializes a new instance of the NotifyCollectionChangingEventArgs class that describes a multi-item change or a reset change.
Public methodNotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, Object, Int32)
Initializes a new instance of the NotifyCollectionChangingEventArgs class that describes a one-item change.
Public methodNotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, Object, Object)
Initializes a new instance of the NotifyCollectionChangingEventArgs class that describes a one-item Replace change.
Public methodNotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, IList, IList, Int32)
Initializes a new instance of the NotifyCollectionChangingEventArgs class that describes a multi-item Replace change.
Public methodNotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, IList, Int32, Int32)
Initializes a new instance of the NotifyCollectionChangingEventArgs class that describes a multi-item Move change.
Public methodNotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, Object, Int32, Int32)
Initializes a new instance of the NotifyCollectionChangingEventArgs class that describes a multi-item Move change.
Public methodNotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, Object, Object, Int32)
Initializes a new instance of the NotifyCollectionChangingEventArgs class that describes a one-item Replace change.
Public methodNotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, Object, Object, Int32, PropertyChangingEventArgsEx)
Initializes a new instance of the NotifyCollectionChangingEventArgs class

See Also