Search
Disposable Members
Properties Methods
 


Disposable abstract class.

The following tables list the members exposed by the Disposable type.

 Public Properties

  Name Description

element

Returns a reference to the control's DOM element.

enabled

Gets or sets whether mouse events are enabled.

 Public Methods

  Name Description

addEventListener

Registers a single event listener on the instance.

raiseEvent

Raises an event.

removeEventListener

Removes a single event listener attached to the instance.

 See Also