ContextPageEventArgs Constructor |
Initialize a new instance of the ContextPageEventArgs class.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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