Photon Plugins API Documentation
v5.0RC1
The property changed event args. More...
Public Member Functions | |
| PropertyChangedEventArgs (TKey key, object value) | |
| Initializes a new instance of the PropertyChangedEventArgs<TKey> class. More... | |
Properties | |
| TKey | Key [get] |
| Gets the key of the changed property. More... | |
| object | Value [get] |
| Gets the value of the changed property. More... | |
The property changed event args.
| TKey | The property key type. |
|
inline |
Initializes a new instance of the PropertyChangedEventArgs<TKey> class.
| key | The property key. |
| value | The property value. |
|
get |
Gets the key of the changed property.
|
get |
Gets the value of the changed property.