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