Event |
PhidgetDictionaryEvent |
A class for Phidget Dictionary events.
| PhidgetDictionaryEvent | A class for Phidget Dictionary events. |
| Constants | |
| Dictionary Event Types | Pass these constants to the addEventListener() function when adding event listeners to a Phidget object. |
| Properties | |
| Dictionary | Gets the PhidgetDictionary object from which this event originated. |
| Key | Gets the key value for this event. |
| Value | Gets the value value for this event |
Pass these constants to the addEventListener() function when adding event listeners to a Phidget object.
Gets the PhidgetDictionary object from which this event originated.
public function get Dictionary():PhidgetDictionary
Gets the key value for this event.
public function get Key():String
Gets the value value for this event
public function get Value():String