| PaletteLayoutEventArgs Constructor  | 
 
            Initialize a new instance of the PaletteLayoutEventArgs class.
            
 
    Namespace: 
   Internal.ComponentFactory.Krypton.Toolkit
    Assembly:
   NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
 Syntax
Syntaxpublic PaletteLayoutEventArgs(
	bool needLayout,
	bool needColorTable
)
Parameters
- needLayout
- Type: SystemBoolean
 Does the layout need regenerating.
- needColorTable
- Type: SystemBoolean
 Have the color table values changed?
 See Also
See Also