ItemButtonClick Event
Description
Occurs when a GridItemControl button is clicked.
Syntax
Public Event ItemButtonClick( _
ByVal [Row](#) As [GridRow](XtremeGridControl~GridRow.md), _
ByVal [Item](#) As [GridRecordItem](XtremeGridControl~GridRecordItem.md), _
ByVal [Button](#) As [GridItemControl](XtremeGridControl~GridItemControl.md) _
)
Parameters
- Row: Row of the button that was clicked.
- Item: Item the button belongs to for the button that was clicked.
- Button: Button that was clicked.
See Also

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