Click or drag to resize

VisualContainerControlBaseOnNeedPaint Method

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

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

Parameters

sender
Type: SystemObject
Source of notification.
e
Type: Internal.ComponentFactory.Krypton.ToolkitNeedLayoutEventArgs
An NeedLayoutEventArgs containing event data.
See Also