Constructor PropertyChangedEventArgs
PropertyChangedEventArgs(InventoryItem, string, Property)
Declaration
public PropertyChangedEventArgs(InventoryItem item, string propertyKey, Property newValue)
Parameters
| Type | Name | Description |
|---|---|---|
| InventoryItem | item | The item that had its property changed. |
| string | propertyKey | The key of the changed property. |
| Property | newValue | The new value of the changed property. |