| 
    VoK.Sdk
    
   Doxygen generated documentation for the Dungeon Helper SDK 
   | 
 
defines the data that gets passed from DH to plugins on a UiEvent. More...
Properties | |
| uint | UiElementId [get] | 
| corresponds to a value in the Ddo.Enums.UIElementID enumeration. values are defined by the implementation inside the game client. Bound as a uint to prevent SDK version mismatches.  More... | |
| MouseEventType? | MouseEventType [get] | 
| the associated mouse event type. null if there was none.  More... | |
| string | Event [get] | 
| As much as I hate an interface with an unbounded string, this is an unbounded string. typically, if known, the value will be the button/tab text associated with the UI event. ie, "Enter", or "Cancel"  More... | |
defines the data that gets passed from DH to plugins on a UiEvent.