Click or drag to resize

KryptonNavigatorOnCloseAction(KryptonPage) Method

Raises and processes the CloseAction event.

Namespace: Internal.ComponentFactory.Krypton.Navigator
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected virtual CloseButtonAction OnCloseAction(
	KryptonPage page
)

Parameters

page  KryptonPage
Page that is requested to be closed.

Return Value

CloseButtonAction
Returns the action that was performed.
See Also