TItem - The type of the item contained in the event.TValue - The type of the item's property that has been changed.public class ItemChangedEventArgs<TItem,TValue> extends ItemEventArgs<TItem>
IGraph if a model item's property has been changed.EMPTY| Constructor and Description |
|---|
ItemChangedEventArgs(TItem item,
TValue oldValue)
Initializes a new instance of the
ItemChangedEventArgs class. |
| Modifier and Type | Method and Description |
|---|---|
TValue |
getOldValue()
Gets the value of the property before the change.
|
getItempublic ItemChangedEventArgs(TItem item, TValue oldValue)
ItemChangedEventArgs class.item - The item whose property has been changed.oldValue - The value of the property before the change.public final TValue getOldValue()