ItemFocusChanged

Description

Occurs when the current item in the control changes.

Argument

Description

sender

Object. The source of the event.

row

Number. The number of the row containing the item that has just gained focus.

columnName

String. The name of the column containing the item.

Applies to

Web DataWindow client control

Returns

There are no special outcomes for this event. The only code is:

Usage

ItemFocusChanged occurs when focus is set to another column in the DataWindow, including when the DataWindow is first displayed.

The row and column together uniquely identify an item in the DataWindow.

See also