'Declaration Protected Overrides Sub OnPreviewKeyDown( _ ByVal e As KeyEventArgs _ )
protected override void OnPreviewKeyDown( KeyEventArgs e )
protected: void OnPreviewKeyDown( KeyEventArgs* e ) override
protected: void OnPreviewKeyDown( KeyEventArgs^ e ) override
Parameters
- e
- The System.Windows.Input.KeyEventArgs that contains the event data.