RichEdit.onRequestResize

Overview | Methods | This Package | All Packages

RichEdit.onRequestResize

Triggers the requestResize event.

Syntax

protected void onRequestResize( RequestResizeEvent e )

Parameters

e

A RequestResizeEvent object that provides the event data.

Remarks

The requestResize event occurs when the text typed into the RichEdit control is too small or large for the control.

See Also   addOnRequestResize, getOnRequestResize