All pages
Powered by GitBook
1 of 1

Loading...

KeyPressEventHandler

Wisej.Web.KeyPressEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.0.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

Name
Type
Description

Fired By

Name
Description

sender

Object

The source of the event.

e

KeyPressEventArgs

A KeyPressEventArgs that contains the event data.

Control.KeyPress

Fired when a key is pressed while the control has focus.