[To be supplied.]
[Visual Basic] Protected Sub InvokeGotFocus( _ ByVal toInvoke As Control, _ ByVal e As EventArgs _ ) [C#] protected void InvokeGotFocus( Control toInvoke, EventArgs e ); [C++] protected: void InvokeGotFocus( Control* toInvoke, EventArgs* e ); [JScript] protected function InvokeGotFocus( toInvoke : Control, e : EventArgs );