Overview | Methods | This Package | All Packages
Removes the delegate that is assigned to the onReadyStateChange event.
Syntax
final public void removeOnReadyStateChange( ReadyStateEventHandler h )
Parameters
h
The ReadyStateEventHandler delegate that is to be removed.
Remarks
The readyStateChange event is triggered when the ready state is changed due to content changes within the table.
See Also addOnReadyStateChange