Click or drag to resize

EditorContextMenuWinFormsShowEventDelegate Delegate

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.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