DataGrid.OnBubbleEvent Method
.NET Framework 3.0
Passes the event raised by a control within the container up the page's UI server control hierarchy.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: 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 event data.
Return Value
true 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.Community Additions
ADD
Show:
Note: