Delegate MazeGrid.CellTappedEventHandler
Cell tapped event handler delegate
Assembly: Maze.Maui.App.dll
Syntax
public delegate void MazeGrid.CellTappedEventHandler(object sender, MazeGridCellTappedEventArgs e)
Parameters
Constructors
CellTappedEventHandler(object, nint)
Declaration
public CellTappedEventHandler(object @object, nint method)
Parameters
Methods
BeginInvoke(object, MazeGridCellTappedEventArgs, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, MazeGridCellTappedEventArgs e, AsyncCallback callback, object @object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Invoke(object, MazeGridCellTappedEventArgs)
Declaration
public virtual void Invoke(object sender, MazeGridCellTappedEventArgs e)
Parameters