Show / Hide Table of Contents

Delegate GridValueChangedEventHandler

Represents the method that is called when the value on a grid is changed.

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

The source of the event.

GridValueChangedArgs e

An ItemActivatedArgs with the item information.

Constructors

View Source

GridValueChangedEventHandler(object, nint)

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

Methods

View Source

BeginInvoke(object, GridValueChangedArgs, AsyncCallback, object)

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

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