Method | Description | |
---|---|---|
NotifyRangedListChangedEventArgs ( NotifyRangedListChangedAction action ) : System.Collections |
Initializes a new instance of the NotifyRangedListChangedEventArgs class.
|
|
NotifyRangedListChangedEventArgs ( NotifyRangedListChangedAction action, IList changedItems, IList |
Initializes a new instance of the NotifyRangedListChangedEventArgs class.
|
public NotifyRangedListChangedEventArgs ( NotifyRangedListChangedAction action ) : System.Collections | ||
action | NotifyRangedListChangedAction | The real action that was performed on the |
return | System.Collections |
public NotifyRangedListChangedEventArgs ( NotifyRangedListChangedAction action, IList changedItems, IList |
||
action | NotifyRangedListChangedAction | The real action that was performed on the |
changedItems | IList | The changed items. |
indices | IList |
The indices. |
return | System.Collections |