Click or drag to resize

KryptonNavigatorOnDisplayPopupPage Method

Raises the DisplayPopupPage 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 OnDisplayPopupPage(
	PopupPageEventArgs e
)

Parameters

e
Type: Internal.ComponentFactory.Krypton.NavigatorPopupPageEventArgs
A PopupPageEventArgs containing event data.
See Also