Click or drag to resize

VisualFormOnButtonSpecChanged Method

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

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

Parameters

sender
Type: SystemObject
Source of notification.
e
Type: SystemEventArgs
An EventArgs containing event data.
See Also