maze-project
Show / Hide Table of Contents

Delegate MazeGrid.CellTappedEventHandler

Cell tapped event handler delegate

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

Sender

MazeGridCellTappedEventArgs e

Maze grid cell tapped event arguments

Constructors

CellTappedEventHandler(object, nint)

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

Methods

BeginInvoke(object, MazeGridCellTappedEventArgs, AsyncCallback, object)

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

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