Show / Hide Table of Contents

Delegate MenuModifiedEventHandler

Represents the method that is called when the items on a menu are changed (added or removed).

Namespace: LemonUI.Menus
Assembly: LemonUI.SHVDN3.dll
Syntax
public delegate void MenuModifiedEventHandler(object sender, MenuModifiedEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

MenuModifiedEventArgs e

An MenuModifiedEventArgs with the menu operation.

Constructors

View Source

MenuModifiedEventHandler(object, nint)

Declaration
public MenuModifiedEventHandler(object @object, nint method)
Parameters
Type Name Description
object object
nint method

Methods

View Source

BeginInvoke(object, MenuModifiedEventArgs, AsyncCallback, object)

Declaration
public virtual IAsyncResult BeginInvoke(object sender, MenuModifiedEventArgs e, AsyncCallback callback, object @object)
Parameters
Type Name Description
object sender
MenuModifiedEventArgs e
AsyncCallback callback
object object
Returns
Type Description
IAsyncResult
View Source

EndInvoke(IAsyncResult)

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
IAsyncResult result
View Source

Invoke(object, MenuModifiedEventArgs)

Declaration
public virtual void Invoke(object sender, MenuModifiedEventArgs e)
Parameters
Type Name Description
object sender
MenuModifiedEventArgs e
  • View Source
In this article
Back to top Generated by DocFX