Version

CheckBoxStateChanged Field

Event fired after a row selector checkbox had changed state. Function takes arguments evt and ui. Use ui.row to get reference to the row the clicked row selector resides in. Use ui.rowIndex to get the index of the row the clicked row selector resides in. Use ui.rowKey to get the key of the row the clicked row selector resides in. Use ui.rowSelector to get reference to the row selector cell. Use ui.owner to get reference to igRowSelectors. Use ui.grid to get reference to the igGrid the igRowSelectors are initialized for. Use ui.state to get the state of the checkbox ("on","off"). Use ui.isHeader to check if the header check box is the one being clicked. In this case no row related args are passed.
Syntax
'Declaration
 
Public Const CheckBoxStateChanged As System.String
public const System.string CheckBoxStateChanged
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub