C

ItemChangedEventArgs<TItem, TValue>

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.

Parameters

item: TItem
The item whose property has been changed.
oldValue: TValue
The value of the property before the change.

Properties

Gets the item that is the subject of the event.
Gets the value of the property before the change.
readonlyfinal

Property Value

The value of the property before the change.