See: Description
| Interface | Description | 
|---|---|
| AttachEvent.Handler | Implemented by objects that handle  AttachEvent. | 
| BeforeSelectionHandler<T> | Handler interface for  BeforeSelectionEventevents. | 
| CloseHandler<T> | Handler interface for  CloseEventevents. | 
| HasAttachHandlers | A widget that implements this interface is a public source of
  AttachEventevents. | 
| HasBeforeSelectionHandlers<T> | A widget that implements this interface is a public source of
  BeforeSelectionEventevents. | 
| HasCloseHandlers<T> | A widget that implements this interface is a public source of
  CloseEventevents. | 
| HasHighlightHandlers<V> | A widget that implements this interface is a public source of
  HighlightEventevents. | 
| HasInitializeHandlers | A widget that implements this interface is a public source of
  InitializeEventevents. | 
| HasOpenHandlers<T> | A widget that implements this interface is a public source of
  OpenEventevents. | 
| HasResizeHandlers | A widget that implements this interface is a public source of
  ResizeEventevents. | 
| HasSelectionHandlers<T> | A widget that implements this interface is a public source of
  SelectionEventevents. | 
| HasShowRangeHandlers<V> | A widget that implements this interface is a public source of
  ShowRangeEventevents. | 
| HasValueChangeHandlers<T> | A widget that implements this interface is a public source of
  ValueChangeEventevents. | 
| HighlightHandler<V> | Handler interface for  HighlightEventevents. | 
| InitializeHandler | Handler for  InitializeEventevents. | 
| OpenHandler<T> | Handler interface for  OpenEventevents. | 
| ResizeHandler | Handler for  ResizeEventevents. | 
| SelectionHandler<T> | Handler interface for  SelectionEventevents. | 
| ShowRangeHandler<V> | Handler interface for  ShowRangeEventevents. | 
| ValueChangeHandler<T> | Handler interface for  ValueChangeEventevents. | 
| Class | Description | 
|---|---|
| AttachEvent | Fired when the event source is attached to the browser's document
 or detached from it. | 
| BeforeSelectionEvent<T> | Represents a before selection event. | 
| CloseEvent<T> | Represents a close event. | 
| HighlightEvent<V> | Represents a highlight event. | 
| InitializeEvent | Fired when the event source is initialized. | 
| OpenEvent<T> | Represents a open event. | 
| ResizeEvent | Fired when the event source is resized. | 
| SelectionEvent<T> | Represents a selection event. | 
| ShowRangeEvent<V> | Represents a show range event. | 
| ValueChangeEvent<T> | Represents a value change event. |