Namespace: 
   Endeca.Web.UI.WebControls
Assembly: Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)
Assembly: Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
Syntax
| C# | 
|---|
| protected override bool OnBubbleEvent( Object source, EventArgs args ) | 
| Visual Basic (Declaration) | 
|---|
| Protected Overrides Function OnBubbleEvent ( _ source As Object, _ args As EventArgs _ ) As Boolean | 
| Visual C++ | 
|---|
| protected: virtual bool OnBubbleEvent( Object^ source, EventArgs^ args ) override | 
Parameters
- source
- Type: System..::.Object
 Source of the event
- args
- Type: System..::.EventArgs
 Describes the event.





