Method | Description | |
---|---|---|
NotifyRangedCollectionChangedEventArgs ( NotifyCollectionChangedAction action ) : System.Collections |
Initializes a new instance of the NotifyRangedCollectionChangedEventArgs class.
|
|
NotifyRangedCollectionChangedEventArgs ( NotifyCollectionChangedAction action, IList changedItems, IList |
Initializes a new instance of the NotifyRangedCollectionChangedEventArgs class.
|
public NotifyRangedCollectionChangedEventArgs ( NotifyCollectionChangedAction action ) : System.Collections | ||
action | NotifyCollectionChangedAction | The action. |
return | System.Collections |
public NotifyRangedCollectionChangedEventArgs ( NotifyCollectionChangedAction action, IList changedItems, IList |
||
action | NotifyCollectionChangedAction | The action. |
changedItems | IList | The changed items. |
indices | IList |
The indices. |
return | System.Collections |