DetailsViewRow.OnBubbleEvent Method
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Determines whether to pass an event up the page's ASP.NET server control hierarchy.
Namespace: System.Web.UI.WebControlsAssembly: 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 the event data.
Return Value
true if the event has been canceled; otherwise, false.Community Additions
ADD
Show: