[This is preliminary documentation and subject to change.]
Initializes a new instance of the IndexedPropertyChangedEventArgs class.
null
. Exception Type | Condition |
---|---|
ArgumentNullException | The owner is a null reference.. - or - The propertyName is a null reference.. - or - items is a null reference.- or - The action is Set or Inserted and the indices is a null reference. |
ArgumentOutOfRangeException | The action is Added and the indices is not a null reference.- or - The indices is not a null reference and the length of the items and the length of the indices is not equal. |
IndexedPropertyChangedEventArgs Class | PmMda.Net.Dog Namespace