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. |
Web DataWindow client control
There are no special outcomes for this event. The only code is:
0 Continue processing
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.