GridView::OnBubbleEvent Method (Object^, EventArgs^)
.NET Framework (current version)
Determines whether the event for the Web server control is passed up the page's user interface (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^
An System::EventArgs that contains event data.
The OnBubbleEvent method implements the Control::OnBubbleEvent method to pass events from child controls to the page hierarchy.
Notes to Inheritors:
When overriding OnBubbleEvent in a derived class, be sure to call the base class's OnBubbleEvent method so that registered delegates receive the event.
.NET Framework
Available since 2.0
Available since 2.0
Show: