C

ItemChangedEventArgs<TItem, TValue>

Event argument class used by IGraph if a model item's property has been changed.
Inheritance Hierarchy

Remarks

Type Parameters

TItem

The type of the item contained in the event.

TValue

The type of the item's property that has been changed.

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.