OnBubbleEvent

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

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

Parameters

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

Return Value

See Also