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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public ContextPageEventArgs(
	KryptonPage page,
	KryptonContextMenu contextMenu,
	bool cancel
)

Parameters

page
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPage
Page associated with the context menu.
contextMenu
Type: Internal.ComponentFactory.Krypton.ToolkitKryptonContextMenu
Context menu that can be customized.
cancel
Type: SystemBoolean
Initial value for the cancel property.
See Also