Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
protected override bool OnBubbleEvent(
	Object source,
	EventArgs e
)
Visual Basic (Declaration)
Protected Overrides Function OnBubbleEvent ( _
	source As Object, _
	e As EventArgs _
) As Boolean

Parameters

source
Type: System..::.Object
e
Type: System..::.EventArgs

See Also