[]
        
(Showing Draft Content)

C1.Framework.Element.OnKeyDown

OnKeyDown Method

OnKeyDown(KeyEventArgs)

Called by the host control when the user presses a key and this Element has the focus.

Declaration
public virtual void OnKeyDown(KeyEventArgs e)
Parameters
Type Name Description
KeyEventArgs e

KeyEventArgs that contains the event data.