Tanoda
|
Dispatched when a configuration change is completed. More...
Public Member Functions | |
SetConfigResponseEventArgs (string config_key, Config.ValueType dataType, object value, uint requestId) | |
![]() | |
LeapEventArgs (LeapEvent type) | |
Properties | |
string | ConfigKey [get, set] |
Config.ValueType | DataType [get, set] |
object | Value [get, set] |
uint | RequestId [get, set] |
![]() | |
LeapEvent | type [get, set] |
Dispatched when a configuration change is completed.
Provides the configuration key, whether the change was successful, and the id of the original change request.
Leap.SetConfigResponseEventArgs.SetConfigResponseEventArgs | ( | string | config_key, |
Config.ValueType | dataType, | ||
object | value, | ||
uint | requestId | ||
) |
|
getset |