ComponentOne Query 8.0
ItemFocusChange Event

Syntax

C1QueryFrame_ItemFocusChange (FromItem As Long, FromItemElement As ElementTypeEnum, ToItem As Long, ToItemElement As ElementTypeEnum)

Arguments

FromItem is the unique item ID (see Item Navigation) identifying the item that had focus before focus change.

FromItemElementspecifies which element in the FromItem item was current (in focus) before focus change. See the list of possible values in CurrentElement property of QueryItem object

ToItem is the unique item ID (see Item Navigation) identifying the item that received focus.

ToItemElementspecifies which element in the ToItem has become current (received focus). See the list of possible values in CurrentElement property of QueryItem object

Description

The ItemFocusChange event occurs on focus changes, after a different item and/or item element becomes current.

See Also

Item navigation

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback