GH_DocumentEditor.AggregateShortcutMenuItemsEventHandler Delegate

GH_DocumentEditorAggregateShortcutMenuItemsEventHandler Delegate

Namespace:  Grasshopper.GUI
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public delegate void AggregateShortcutMenuItemsEventHandler(
	Object sender,
	GH_MenuShortcutEventArgs e
)
Public Delegate Sub AggregateShortcutMenuItemsEventHandler ( 
	sender As Object,
	e As GH_MenuShortcutEventArgs
)

Parameters

sender
Type: SystemObject
e
Type: GH_MenuShortcutEventArgs
See Also