Click or drag to resize

ContextPageEventArgs Constructor

Initialize a new instance of the ContextPageEventArgs class.

Namespace: Internal.ComponentFactory.Krypton.Docking
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public ContextPageEventArgs(
	KryptonPage page,
	KryptonContextMenu contextMenu,
	bool cancel
)

Parameters

page  KryptonPage
Page associated with the context menu.
contextMenu  KryptonContextMenu
Context menu that can be customized.
cancel  Boolean
Initial value for the cancel property.
See Also