Skip to content

ConstraintSelecting Event

Description

Occurs when a constraints list is navigated with the keyboard arrow keys.

Syntax

Public Event ConstraintSelecting( _
    ByVal Row As GridRow, _
    ByVal Column As GridColumn, _
    ByVal Item As GridRecordItem, _
    ByVal Constraint As GridRecordItemConstraint _
)

Parameters

  • Row
    Row that contains the constraint list currently being navigated.

  • Column
    Column that contains the constraint list currently being navigated.

  • Item
    Item that contains the constraint list currently being navigated.

  • Constraint
    Currently selected constraint in the constraint list.

Remarks

Occurs when a constraints list is navigated with the keyboard arrow keys.

See Also

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.