Click or drag to resize

EditorContextMenuWinFormsShowEventDelegate Delegate

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public delegate void ShowEventDelegate(
	KryptonContextMenu menu,
	Control locationControl,
	Nullable<Point> locationPoint
)

Parameters

menu
Type: Internal.ComponentFactory.Krypton.ToolkitKryptonContextMenu
locationControl
Type: System.Windows.FormsControl
locationPoint
Type: SystemNullablePoint
See Also