Home / AJAX

Sys.UI.DataView.onRendering Method

RSS
Modified on 2010/02/18 01:26 by Boris Moore Categorized as Uncategorized

Called when a new set of data is about to be rendered by the DataView control.

MyDataViewControl.onRendering(args);

Arguments

args

A DataEventArgs object that contains information about the data that is about to rendered.

Return Value

None.

See Also

Other Resources

Language Reference