DataList::OnBubbleEvent Method (Object^, EventArgs^)
.NET Framework (current version)
Determines whether the event for the server control is passed up the page's UI server control hierarchy.
Assembly: System.Web (in System.Web.dll)
Parameters
- source
-
Type:
System::Object^
The source of the event.
- e
-
Type:
System::EventArgs^
The event data.
Return Value
Type: System::Booleantrue if the event has been canceled; otherwise, false. The default is false.
.NET Framework
Available since 1.1
Available since 1.1
Show: