.Net Organisation Chart Component Class Library
OnBubbleEvent Method (source, args)
NamespacesOrgChart.CoreOrgChartItemOnBubbleEvent(Object, EventArgs)
The .NET Organisation Chart Component - A powerful ASP.NET server control for web developers
Determines whether the event for the organisation chart control is passed up the page's UI server control hierarchy.
Declaration Syntax
C#Visual BasicVisual C++
protected override bool OnBubbleEvent(
	Object source,
	EventArgs args
)
Protected Overrides Function OnBubbleEvent ( _
	source As Object, _
	args As EventArgs _
) As Boolean
protected:
virtual bool OnBubbleEvent(
	Object^ source, 
	EventArgs^ args
) override
Parameters
source (Object)

[Missing <param name="source"/> documentation for "M:OrgChart.Core.OrgChartItem.OnBubbleEvent(System.Object,System.EventArgs)"]

args (EventArgs)

[Missing <param name="args"/> documentation for "M:OrgChart.Core.OrgChartItem.OnBubbleEvent(System.Object,System.EventArgs)"]

Return Value

[Missing <returns> documentation for M:OrgChart.Core.OrgChartItem.OnBubbleEvent(System.Object,System.EventArgs)]

Assembly: OrgChart (Module: OrgChart) Version: 1.0.0.0 (1.0.0.0)