RepeaterItem::OnBubbleEvent Method (Object^, EventArgs^)
.NET Framework (current version)
This API supports the product 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.
Assembly: System.Web (in System.Web.dll)
Parameters
- source
-
Type:
System::Object^
The source of the event.
- e
-
Type:
System::EventArgs^
An EventArgs that contains the event data.
Return Value
Type: System::Booleantrue if the event assigned to the parent was raised, otherwise false.
.NET Framework
Available since 1.1
Available since 1.1
Show: