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: 2024.1.1.0 (2024.1.1.0)
Syntax 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