Event |
PhidgetErrorEvent |
A class for error events.
PhidgetErrorEvent | A class for error events. |
Constants | |
Error Event Types | Pass these constants to the addEventListener() function when adding event listeners to a Phidget object. |
Properties | |
Error | Gets the PhidgetError containing the error information for this event. |
Sender | The object from which this event originated. |
public function get Error():PhidgetError
Gets the PhidgetError containing the error information for this event.
Gets the PhidgetError containing the error information for this event.
public function get Error():PhidgetError
The object from which this event originated.
public function get Sender():Object