Raises the event associated with key with the event data of e and a sender of this control.
[Visual Basic] Protected Sub RaiseKeyEventArgs( _ ByVal key As Object, _ ByVal e As KeyEventArgs _ ) [C#] protected void RaiseKeyEventArgs( object key, KeyEventArgs e ); [C++] protected: void RaiseKeyEventArgs( Object* key, KeyEventArgs* e ); [JScript] protected function RaiseKeyEventArgs( key : Object, e : KeyEventArgs );