Version

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 = instanceOfIRowSelectorsBehavior.addRowSelectorClickedEventHandler(Function);

Parameters

handler
Reference to the event handler.
Remarks
Handle the RowSelectorClicking or RowSelectorClicked clientside events on the control instead.
See Also