Table of Contents

Method AfterKeyDown

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

AfterKeyDown(Control, KeyEventArgs)

Called after the KeyDown event is raised.

public virtual void AfterKeyDown(Control sender, KeyEventArgs e)

Parameters

sender Control

Control which sends the notification.

e KeyEventArgs

An KeyEventArgs that contains the event data.