ConstraintSelecting Event
Description
Occurs when a constraints list is navigated with the keyboard arrow keys.
Syntax
Public Event ConstraintSelecting( _
ByVal [Row](#) As [GridRow](XtremeGridControl~GridRow.md), _
ByVal [Column](#) As [GridColumn](XtremeGridControl~GridColumn.md), _
ByVal [Item](#) As [GridRecordItem](XtremeGridControl~GridRecordItem.md), _
ByVal [Constraint](#) As [GridRecordItemConstraint](XtremeGridControl~GridRecordItemConstraint.md) _
)
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

| Grid Control ActiveX Control v24.0 |
|---|
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.