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