[To be supplied.]
[Visual Basic] Protected Sub InvokeBubbleEvent( _ ByVal source As Object, _ ByVal args As EventArgs _ ) [C#] protected void InvokeBubbleEvent( object source, EventArgs args ); [C++] protected: void InvokeBubbleEvent( Object* source, EventArgs* args ); [JScript] protected function InvokeBubbleEvent( source : Object, args : EventArgs );