The flashx.textLayout.events package contains event classes for the Text Layout Framework.
| Class | Description | |
|---|---|---|
| CompositionCompletionEvent | A TextFlow instance dispatches this event after a compose operation completes. | |
| FlowElementMouseEvent | A LinkElement dispatches this event when it detects mouse activity. | |
| FlowOperationEvent | A TextFlow instance dispatches this event just before an operation commences and again just after an operation completes. | |
| ScrollEvent | A TextFlow object dispatches this event after text is scrolled within a controller container. | |
| SelectionEvent | A TextFlow instance dispatches a SelectionEvent object when an EditManager or SelectionManager changes or selects a range of text. | |
| StatusChangeEvent | A text flow dispatches the StatusChangeEvent when the status of a FlowElement changes. |