RichEdit.getOnSelChange

Overview | Methods | This Package | All Packages

RichEdit.getOnSelChange

Retrieves the delegate assigned to the selChange event.

Syntax

public EventHandler getOnSelChange()

Return Value

Returns the EventHandler object assigned to the selChange event.

Remarks

The selChange event occurs when a user selects text in the RichEdit control or when the insertion point changes.

See Also   addOnSelChange, onSelChange