[To be supplied.]
[Visual Basic] Overridable Protected Function BubbleEvent( _ ByVal source As Object, _ ByVal args As EventArgs _ ) As Boolean [C#] protected virtual bool BubbleEvent( object source, EventArgs args ); [C++] protected: virtual bool BubbleEvent( Object* source, EventArgs* args ); [JScript] protected function BubbleEvent( source : Object, args : EventArgs ) : Boolean;