Table of Contents

Delegate MenuEventHandler

Namespace
RetroEditor.Plugins
Assembly
RetroEditor.dll

Callback for menu events

public delegate void MenuEventHandler(IEditor editorInterface, IMenuItem menu)

Parameters

editorInterface IEditor

editor interface

menu IMenuItem

menu item that was picked