xforms-onrowchecked |
This event is fired when a check box corresponding to a row of a Table control is selected.
Syntax
DesignTime |
This is a design-time property and can be set through the property sheet of the control. |
Event Information
To invoke |
Select a row corresponding to a row of a table. |
Default Action |
Initiates any actions associated with this event. |
Named Script |
xforms-onrowchecked |
Event Object Properties
Property |
Description |
---|---|
checked |
Boolean that denotes whether the check box in that row is selected or cleared. |
returnValue |
Boolean that denotes whether the event can continue not. To cancel the event, user can set the value of this property to false.
|
row |
Object that denotes the row to which the check box that initiated event belongs. |
rowIndex |
Integer that denotes the index of the row that fired the event. |
srcElement |
Reference to the check box. |
An event handler can access the event object and its properties through the eventObject available as a parameter on the handler.