Click or drag to resize

KryptonPageOnFlagsChanged Method

Raises the FlagsChanged event.

Namespace:  Internal.ComponentFactory.Krypton.Navigator
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual void OnFlagsChanged(
	KryptonPageFlags changed
)

Parameters

changed
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPageFlags
Set of flags that have changed.
See Also