For the complete documentation index, see llms.txt. This page is also available as Markdown.

KeyPressEventHandler

Wisej.Web.KeyPressEventHandler

Namespace: Wisej.Web

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

sender

The source of the event.

e

A KeyPressEventArgs that contains the event data.

Fired By

Name
Description

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

Last updated

Was this helpful?