Tanoda
Leap.ConfigChangeEventArgs Class Reference

Dispatched when a configuration change is completed. More...

Inheritance diagram for Leap.ConfigChangeEventArgs:
Leap.LeapEventArgs

Public Member Functions

 ConfigChangeEventArgs (string config_key, bool succeeded, uint requestId)
 
- Public Member Functions inherited from Leap.LeapEventArgs
 LeapEventArgs (LeapEvent type)
 

Properties

string ConfigKey [get, set]
 
bool Succeeded [get, set]
 
uint RequestId [get, set]
 
- Properties inherited from Leap.LeapEventArgs
LeapEvent type [get, set]
 

Detailed Description

Dispatched when a configuration change is completed.

Provides the configuration key, whether the change was successful, and the id of the original change request.

Since
3.0

Definition at line 128 of file Events.cs.

Constructor & Destructor Documentation

◆ ConfigChangeEventArgs()

Leap.ConfigChangeEventArgs.ConfigChangeEventArgs ( string  config_key,
bool  succeeded,
uint  requestId 
)

Definition at line 129 of file Events.cs.

Property Documentation

◆ ConfigKey

string Leap.ConfigChangeEventArgs.ConfigKey
getset

Definition at line 134 of file Events.cs.

◆ RequestId

uint Leap.ConfigChangeEventArgs.RequestId
getset

Definition at line 136 of file Events.cs.

◆ Succeeded

bool Leap.ConfigChangeEventArgs.Succeeded
getset

Definition at line 135 of file Events.cs.


The documentation for this class was generated from the following file: