Namespace: MonoSoftware.MonoX.Controls.HierarchicalRepeater
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected override bool OnBubbleEvent(
	Object source,
	EventArgs args
)
Visual Basic
Protected Overrides Function OnBubbleEvent ( 
	source As Object,
	args As EventArgs
) As Boolean
Visual C++
protected:
virtual bool OnBubbleEvent(
	Object^ source, 
	EventArgs^ args
) override
F#
abstract OnBubbleEvent : 
        source : Object * 
        args : EventArgs -> bool 
override OnBubbleEvent : 
        source : Object * 
        args : EventArgs -> bool 

Parameters

source
Type: System..::..Object
args
Type: System..::..EventArgs

Return Value

Type: Boolean

See Also