Raises the Control.CreateControl method.
The Control.OnCreateControl method is called when the control is first created.
The Control.OnCreateControl method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.