Click or drag to resize

KryptonNavigatorOnCloseAction Method (KryptonPage)

Raises and processes the CloseAction 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 CloseButtonAction OnCloseAction(
	KryptonPage page
)

Parameters

page
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPage
Page that is requested to be closed.

Return Value

Type: CloseButtonAction
Returns the action that was performed.
See Also