Table of Contents

Method OnListBoxKeyDown

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

OnListBoxKeyDown(object?, KeyEventArgs)

Handles the KeyDown event for the inner list box.

protected virtual void OnListBoxKeyDown(object? sender, KeyEventArgs e)

Parameters

sender object

The source of the event, typically the list box that triggered the event.

e KeyEventArgs

A KeyEventArgs that contains the event data, including the key pressed.

Remarks

This method is invoked when a key is pressed while the inner list box has focus. Use this method to implement custom key handling logic.