RichEdit.getOnVScroll

Overview | Methods | This Package | All Packages

RichEdit.getOnVScroll

Retrieves the delegate assigned to the vScroll event.

Syntax

public EventHandler getOnVScroll()

Return Value

Returns the EventHandler object assigned to the vScroll event.

Remarks

The vScroll event occurs when a user clicks the vertical scroll bar in the RichEdit control.

See Also   addOnVScroll, onVScroll