[]
        
(Showing Draft Content)

C1.Framework.Element.OnKeyPress

OnKeyPress Method

OnKeyPress(KeyPressEventArgs)

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

Declaration
public virtual void OnKeyPress(KeyPressEventArgs e)
Parameters
Type Name Description
KeyPressEventArgs e

KeyEventArgs that contains the event data.