Home / AJAX

Sys.UI.DataView.onBubbleEvent Method

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

Determines whether the event for the derived object that triggered the event is passed up the control hierarchy.

MyDataViewControl.onBubbleEvent(source, args);

Arguments

source

The object that triggered the event.

args

A EventArgs object that contains the event arguments.

Return Value

true if the event is passed up the control hierarchy, otherwise false.

See Also

Other Resources

Language Reference