Table of Contents

Method AfterKeyDown

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

AfterKeyDown(AbstractControl, KeyEventArgs)

Called after the KeyDown event is raised.

public virtual void AfterKeyDown(AbstractControl sender, KeyEventArgs e)

Parameters

sender AbstractControl

Control which sends the notification.

e KeyEventArgs

An KeyEventArgs that contains the event data.