Table of Contents

Delegate KeyPressEventHandler

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Represents the method that will handle the KeyPress event of a Control.

public delegate void KeyPressEventHandler(object? sender, KeyPressEventArgs e)

Parameters

sender object

The source of the event.

e KeyPressEventArgs

A KeyPressEventArgs that contains the event data.