Show / Hide Table of Contents

Delegate SelectedEventHandler

Represents the method that is called when a new item is selected in the Menu.

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

The source of the event.

SelectedEventArgs e

A SelectedEventArgs with the index information.

Constructors

View Source

SelectedEventHandler(object, nint)

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

Methods

View Source

BeginInvoke(object, SelectedEventArgs, AsyncCallback, object)

Declaration
public virtual IAsyncResult BeginInvoke(object sender, SelectedEventArgs e, AsyncCallback callback, object @object)
Parameters
Type Name Description
object sender
SelectedEventArgs 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, SelectedEventArgs)

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