Photon Plugins API Documentation v5.0RC1

Public Member Functions | Properties | List of all members
Photon.Hive.Plugin.PropertyChangedEventArgs< TKey > Class Template Reference

The property changed event args. More...

Inheritance diagram for Photon.Hive.Plugin.PropertyChangedEventArgs< TKey >:

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...
 

Detailed Description

The property changed event args.

Template Parameters
TKeyThe property key type.

Constructor & Destructor Documentation

◆ PropertyChangedEventArgs()

Photon.Hive.Plugin.PropertyChangedEventArgs< TKey >.PropertyChangedEventArgs ( TKey  key,
object  value 
)
inline

Initializes a new instance of the PropertyChangedEventArgs<TKey> class.

Parameters
keyThe property key.
valueThe property value.

Property Documentation

◆ Key

Gets the key of the changed property.

◆ Value

Gets the value of the changed property.