Home / AJAX

Sys.UI.DataView.fetchFailed Event

RSS
Modified on 2009/11/14 19:12 by Administrator Categorized as Uncategorized

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.

See Also

Other Resources