DataGrid::OnBubbleEvent Method (Object^, EventArgs^)
.NET Framework (current version)
Passes the event raised by a control within the container 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^
An EventArgs that contains event data.
Return Value
Type: System::Booleantrue to indicate that this method is passing an event raised by a control within the container up the page's UI server control hierarchy; otherwise, false.
Use the OnBubbleEvent method to pass an event raised by a control within the container up the page's UI server control hierarchy.
Note |
|---|
This method is primarily used by control developers. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
