Tanoda
|
Dispatched when a configuration change is completed. More...
Public Member Functions | |
ConfigChangeEventArgs (string config_key, bool succeeded, uint requestId) | |
![]() | |
LeapEventArgs (LeapEvent type) | |
Properties | |
string | ConfigKey [get, set] |
bool | Succeeded [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.ConfigChangeEventArgs.ConfigChangeEventArgs | ( | string | config_key, |
bool | succeeded, | ||
uint | requestId | ||
) |