Event argument class used by IGraph if a model item's property has been changed.
Inheritance Hierarchy
Members
Show:
Constructors
Initializes a new instance of the ItemChangedEventArgs<TItem, TValue> class.
Initializes a new instance of the ItemChangedEventArgs<TItem, TValue> class.
Parameters
- item: TItem
- The item whose property has been changed.
- oldValue: TValue
- The value of the property before the change.