Click or drag to resize

VisualContainerControlBaseOnButtonSpecChanged Method

Processes a notification from palette storage of a button spec change.

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 virtual void OnButtonSpecChanged(
	Object sender,
	EventArgs e
)

Parameters

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