maze-project
Show / Hide Table of Contents

Delegate MazeGrid.ProcessKeyDownEventHandler

Key down event handler delegate

Namespace: Maze.Maui.App
Assembly: Maze.Maui.App.dll
Syntax
public delegate void MazeGrid.ProcessKeyDownEventHandler(object sender, MazeGridKeyDownEventArgs e)
Parameters
Type Name Description
object sender

Sender

MazeGridKeyDownEventArgs e

Maze grid key down event arguments

Constructors

ProcessKeyDownEventHandler(object, nint)

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

Methods

BeginInvoke(object, MazeGridKeyDownEventArgs, AsyncCallback, object)

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

EndInvoke(IAsyncResult)

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

Invoke(object, MazeGridKeyDownEventArgs)

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