Home / AJAX

Sys.UI.DataView.fetchSucceeded Event

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

Adds or removes a fetchSucceeded event handler to the DataView object.

MyDataViewControl.add_fetchSucceeded(handler);
MyDataViewControl.remove_fetchSucceeded(handler);

Arguments

handler

The delegate function to bind or unbind from the fetchSucceeded event.

See Also

Other Resources