Click or drag to resize

KryptonRibbonGroupDomainUpDownOnKeyUp Method

Raises the KeyUp event.

Namespace: Internal.ComponentFactory.Krypton.Ribbon
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected virtual void OnKeyUp(
	KeyEventArgs e
)

Parameters

e  KeyEventArgs
An KeyEventArgs containing the event data.
See Also