RepeaterItem.OnBubbleEvent Method
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Assigns any sources of the event and its information to the parent Repeater control, if the EventArgs parameter is an instance of RepeaterCommandEventArgs.
Namespace: System.Web.UI.WebControlsAssembly: System.Web (in system.web.dll)
protected boolean OnBubbleEvent ( Object source, EventArgs e )
protected override function OnBubbleEvent ( source : Object, e : EventArgs ) : boolean
Not applicable.
Parameters
- source
The source of the event.
- e
An EventArgs that contains the event data.
Return Value
true if the event assigned to the parent was raised, otherwise false.Community Additions
ADD
Show: