Sys.UI.DataView.fetchFailed Event
Adds or removes a fetchFailed event handler to the DataView object.
MyDataViewControl.add_fetchFailed(handler);
MyDataViewControl.remove_fetchFailed(handler);
Arguments
- handler
The delegate function to bind or unbind from the fetchFailed event.