KeyPressEventHandler
Wisej.Web.KeyPressEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Represents the method that will handle the KeyPress event of a Control.
public delegate void KeyPressEventHandler(Object sender, KeyPressEventArgs e)
Public Delegate Sub KeyPressEventHandler(ByVal sender As [Object], ByVal e As KeyPressEventArgs)
Parameters
Fired By