[]
        
(Showing Draft Content)

C1.WPF.C1TabItem.OnKeyDown

OnKeyDown Method

OnKeyDown(KeyEventArgs)

Provides class handling for the KeyDown event that occurs when the user presses a key while this control has focus.

Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
Type Name Description
KeyEventArgs e
Overrides