Table of Contents

Method AfterKeyUp

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

AfterKeyUp(AbstractControl, KeyEventArgs)

Called when KeyUp event is raised.

public virtual void AfterKeyUp(AbstractControl sender, KeyEventArgs e)

Parameters

sender AbstractControl

Control which sends the notification.

e KeyEventArgs

Event arguments.