Microsoft SDK for Java

RichEdit.addOnSelChange

Assigns a delegate to the selChange event.

Syntax

public void addOnSelChange( EventHandler value )

Parameters

value

The EventHandler delegate to be notified when the event occurs.

Remarks

The selChange event occurs when a user selects text in the RichEdit control.

See Also   getOnSelChange, onSelChange

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