KryptonFormOnAllowFormChromeChanged Method |
Occurs when the AllowFormChromeChanged event is fired for the current palette.
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 override void OnAllowFormChromeChanged(
Object sender,
EventArgs e
)
Parameters
- sender
- Type: SystemObject
Source of the event. - e
- Type: SystemEventArgs
An EventArgs containing the event data.
See Also