RichEdit.addOnRequestResize

Overview | Methods | This Package | All Packages

RichEdit.addOnRequestResize

Assigns a delegate to the requestResize event.

Syntax

public void addOnRequestResize( RequestResizeEventHandler value )

Parameters

value

The RequestResizeEventHandler delegate to be notified when the event occurs.

Remarks

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

See Also   getOnRequestResize, onRequestResize