Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
addRowSelectorClickedEventHandler Method
Listen for when the grid's row selectors are clicked. For internal use only.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function addRowSelectorClickedEventHandler(
handler : Function
) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfRowSelectors.addRowSelectorClickedEventHandler(Function); |
Parameters
- handler
- Reference to the event handler.
See Also