Microsoft SDK for Java

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.