Click or drag to resize

KryptonDomainUpDownOnNeedPaint Method

Processes a notification from palette storage of a paint and optional layout required.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected override void OnNeedPaint(
	Object sender,
	NeedLayoutEventArgs e
)

Parameters

sender  Object
Source of notification.
e  NeedLayoutEventArgs
An NeedLayoutEventArgs containing event data.
See Also